Fix tox.ini for Xena

Previously tox.ini was pointed to master upper constraints, which should
have been to the Xena upper constraints in order to avoid dependency
resolution issues.

Change-Id: I663d7d988052d1142d7e1bc2951ef09f162db54b
This commit is contained in:
Julia Kreger 2022-11-29 07:23:07 -08:00
parent f4d4c9b2de
commit 18d310779b
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/xena}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =