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

This commit is contained in:
Zuul
2021-03-29 02:33:38 +00:00
committed by Gerrit Code Review

View File

@@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3
usedevelop = False
whitelist_externals = rm
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning