From 18d310779bde6246f784d3e2aa9ec89cfcda9ddc Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 29 Nov 2022 07:23:07 -0800 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a356b32..7b722dc4 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =