From e3bbe2003fefe8157330cb9cf597cdd9b5783c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 11 Sep 2024 23:29:48 +0200 Subject: [PATCH] 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. --- tests/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 401ce981a..08206d17a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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