Merge "Update TOX_CONSTRAINTS_FILE for stable/xena" into stable/xena

This commit is contained in:
Zuul 2022-03-22 05:20:40 +00:00 committed by Gerrit Code Review
commit b3bb0e9b85
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv =
PYTHONWARNINGS=default::DeprecationWarning
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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 = python setup.py test --slowest --testr-args='{posargs}'