summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-10-10 16:09:00 -0600
committerTom Rini <[email protected]>2025-10-16 18:03:27 -0600
commitbf1d8c1fec863b7da2f0d1ed4bd5526275d70dc2 (patch)
tree095824b8da2842ba1dc5b4d79bb8683a194ed5a7 /test
parentede1186f2094f5709f4c4cd081a388873680139d (diff)
test/py: Update to a newer pytest release
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 <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 804a427b351..f9eac7901fb 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -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