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]> --- Changes in v2: - Depends on this patch from Heinrich that solves a problem 8.x.x exposed: https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ - Update to 8.4.2 instead of 7.4.4 now --- 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 804a427b3514..f9eac7901fbf 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.43.0

