From 9bc3c0a650f1d5f020702b86c540e82e108b3809 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Thu, 30 Nov 2023 09:53:42 +0100 Subject: [PATCH] Pin podman-py version to 4.7.0 Tobiko tox virtual env creation fails with podman-py 4.8.0 due to an issue with dependencies. The new podman-py does not include any feature relevant for Tobiko, so we can continue using 4.7.0. Change-Id: I6003d5f7f36620a71e9ad31eab707edd7e81a041 --- extra-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra-requirements.txt b/extra-requirements.txt index 97e5bbe9e..beeb4366c 100644 --- a/extra-requirements.txt +++ b/extra-requirements.txt @@ -3,7 +3,7 @@ ansi2html # LGPLv3+ dpkt # BSD pandas # BSD -podman # Apache-2.0 +podman==4.7.0 # Apache-2.0 pytest-cov # MIT pytest-reportportal # Apache-2.0 pytest-rerunfailures # MPL-2.0