Files
ironic-python-agent/tox.ini
Riccardo Pittau d4554e4ab5 Force constraints when installing a package during tox test
The tox deps option grants installation of single dependencies and
requirements, optionally pinned using constraints, before installing
a package, therefore not granting installation of the correct
constraint during the package installation.
To fix that tox 4.4.0 has introduced the constrain_package_deps
option [1]

[1] https://tox.wiki/en/4.12.1/faq.html#using-constraint-files

Change-Id: I770e55db5d6f53174c490749d27830f9209e98cc
2024-02-12 14:59:39 +01:00

4.7 KiB