9bc3c0a650
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
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
# Additional requirements not in openstack/requirements project
|
|
|
|
ansi2html # LGPLv3+
|
|
dpkt # BSD
|
|
pandas # BSD
|
|
podman==4.7.0 # Apache-2.0
|
|
pytest-cov # MIT
|
|
pytest-reportportal # Apache-2.0
|
|
pytest-rerunfailures # MPL-2.0
|
|
pytest-subtests # MIT
|
|
pytest-timeout # MIT
|
|
varlink # Apache-2.0
|