1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-24 20:35:31 +00:00

Tests: update labgrid to v24.0.1 (#3584)

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.
This commit is contained in:
Jan Čermák
2024-09-11 23:29:48 +02:00
committed by GitHub
parent 93ac046349
commit e3bbe2003f

View File

@@ -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