Fix broken URL of upper-contraints.tx in tox.ini

Current URL returns 404 and fix it to correct URL announced in below:
http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I0e940e81d319a8d45fecb391e6e5a37fd9387bf6
This commit is contained in:
Hiroyuki JO 2019-07-09 13:36:23 +09:00 committed by Hiroyuki JO
parent d21c0ffffa
commit 85e2ad02e5
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:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'