summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:44:23 +0800
committerjacky06 <zhang.min@99cloud.net>2019-08-24 10:47:42 +0800
commite8d554fde75275eb603a67a9c177357faf52b4e3 (patch)
tree4103d507b1b2af52f28def4e4d5cff391286692e /tox.ini
parent7547179351a02ee4553d82247fd5ecb177c4e5aa (diff)
downloadpython-glanceclient-e8d554fde75275eb603a67a9c177357faf52b4e3.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Id02ac765028673ecabcb76d3f3014bbb383bc098
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 b9e681f..119042d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -70,7 +70,7 @@ commands =
[testenv:releasenotes]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html