From: Tom Rini Date: Fri, 10 Oct 2025 22:09:00 +0000 (-0600) Subject: test/py: Update to a newer pytest release X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1d8c1fec863b7da2f0d1ed4bd5526275d70dc2;p=pandora-u-boot.git 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 --- 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