Merge "Update TOX_CONSTRAINTS_FILE"

This commit is contained in:
Zuul 2021-05-18 13:55:22 +00:00 committed by Gerrit Code Review
commit b2c6dbb832
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning