diff options
author | pengyuesheng <pengyuesheng@gohighsec.com> | 2019-07-03 14:54:05 +0800 |
---|---|---|
committer | pengyuesheng <pengyuesheng@gohighsec.com> | 2019-07-03 14:54:09 +0800 |
commit | 54a3baf2904dddfe4e0888bb87a2d5db22d5f39b (patch) | |
tree | c2c8fe2863c6754396136c10dde8970af6029972 /tox.ini | |
parent | 890d3a10ad1b8ad822c975bb1366fc8f98eafc00 (diff) | |
download | python-keystoneclient-54a3baf2904dddfe4e0888bb87a2d5db22d5f39b.tar.gz |
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
Change-Id: Ia23ddddb2c1488ea6bc036507f13e6adcf52108e
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |