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
This commit is contained in:
Eduardo Olivares 2023-11-30 09:53:42 +01:00
parent b65a92446f
commit 9bc3c0a650

View File

@ -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