Update requirements URLs in tox config
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org Change-Id: If5ce1830aab844fa34ec375e474fa1651693cad9
This commit is contained in:
parent
54d0a7c2d3
commit
55c7f31274
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ ignore_basepython_conflict=true
|
||||
[testenv]
|
||||
basepython = python3
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
usedevelop = True
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
CEILOMETER_TEST_BACKEND={env:CEILOMETER_TEST_BACKEND:none}
|
||||
|
Loading…
Reference in New Issue
Block a user