Skip to content

Commit

Permalink
Fix Python Tests Dependency Installation Error on Beta (#360)
Browse files Browse the repository at this point in the history
* update pytest-homeassistant-custom-component to match homeassistant

* update pytest-socket

* update pytest-timeout

* update pytest

* unpin pytest-homeassistant-custom-component
  • Loading branch information
bmos authored Oct 5, 2024
1 parent f62b82f commit 9703e6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements_dev.txt

pytest==7.4.3
pytest-socket==0.6.0
pytest-homeassistant-custom-component==0.13.85 # 2023.12.3
pytest-timeout==2.1.0
pytest==7.4.4
pytest-socket==0.7.0
pytest-homeassistant-custom-component
pytest-timeout==2.3.1

0 comments on commit 9703e6a

Please sign in to comment.