summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:44:34 +0800
committerjacky06 <zhang.min@99cloud.net>2019-04-24 19:16:55 +0800
commit21efbe41cf4bb11617ccf6a3f64333d6db7407b5 (patch)
treefa2b47f33b596692a7504aaf985c4e0a6100e146 /tox.ini
parentab14eb4fb481bcee653cc2cee6eef9ad3e4a13ed (diff)
downloadpython-keystoneclient-21efbe41cf4bb11617ccf6a3f64333d6db7407b5.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ifdc21541715cc03b0f6eac5a27a7ee3009d53046 Closes-Bug: #1826197
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c3a47df..43401c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete