From bf1d8c1fec863b7da2f0d1ed4bd5526275d70dc2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 10 Oct 2025 16:09:00 -0600 Subject: [PATCH] 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 --- test/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3