Skip to content

Commit

Permalink
Tests: update labgrid to v24.0.1 (#3584)
Browse files Browse the repository at this point in the history
Bump labgrid to latest release. None of the changes require adjustments in the
tests. Remove pytest from requirements.txt, it's not needed anymore, so let pip
to resolve the correct (latest) version from labgrid's dependencies. With these
new dependencies, previous DeprecationWarnings on Python 3.12 are gone now.
  • Loading branch information
sairon authored Sep 11, 2024
1 parent 93ac046 commit e3bbe20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
labgrid==23.0.6
pytest==7.2.2
labgrid==24.0.1
pytest-dependency==0.6.0
pytest-timeout==2.3.1

0 comments on commit e3bbe20

Please sign in to comment.