test/py: Update to a newer pytest release
authorTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 22:09:00 +0000 (16:09 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 17 Oct 2025 00:03:27 +0000 (18:03 -0600)
Our pytest package was pinned to a release from 2021. The minimum
compatible with labgrid v25.0.x is pytest 7.0.0. Update to the current
relase which is currently 8.4.2

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/requirements.txt

index 804a427..f9eac79 100644 (file)
@@ -1,5 +1,5 @@
 filelock==3.0.12
 pycryptodomex==3.21.0
-pytest==6.2.5
+pytest==8.4.2
 pytest-xdist==2.5.0
 FATtools==1.0.42