mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-17 07:20:28 +00:00
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Ia23ddddb2c1488ea6bc036507f13e6adcf52108e
This commit is contained in:
parent
890d3a10ad
commit
54a3baf290
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||
OS_STDERR_NOCAPTURE=False
|
||||
|
||||
deps =
|
||||
-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}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = find . -type f -name "*.pyc" -delete
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue