From: Heiko Schocher <h...@nabladev.com> building on gitlab with
image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20240911.1-08Dec2024 drops error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. virtualenv 20.13.0+ds requires filelock<4,>=3.2, but you have filelock 3.0.12 which is incompatible. Increase to version 3.2.0 Signed-off-by: Heiko Schocher <h...@nabladev.com> Signed-off-by: Heiko Schocher <h...@denx.de> --- 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 9b15e97f51..22315b4ed5 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -3,7 +3,7 @@ attrs==19.3.0 concurrencytest==0.1.2 coverage==7.6.2 extras==1.0.0 -filelock==3.0.12 +filelock==3.2.0 fixtures==3.0.0 importlib-metadata==0.23 linecache2==1.0.0 -- 2.20.1