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

This commit is contained in:
Zuul 2020-04-30 12:44:10 +00:00 committed by Gerrit Code Review
commit 1ac2417d5a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
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/ussuri} {opts} {packages}
[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt