Fix tox.ini for wallaby

The upper constraints was pointing to the master branch, which
causes unit test runs to have dependency resolution failures.

Change-Id: I84264406c64f2d9e21d2fbac04c82c0c203c9fba
This commit is contained in:
Julia Kreger 2022-11-29 07:19:31 -08:00
parent 862b05148d
commit cd0984251e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
TESTS_DIR=./proliantutils/tests/
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =