summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-26 15:44:06 +0000
committerGerrit Code Review <review@openstack.org>2020-03-26 15:44:06 +0000
commitcab47f3e9b492690f421cda08aae2dc6414dd083 (patch)
treeafaaa09c2665c284d5abfd885908f80ad83e5142 /tox.ini
parent62f76f25326119505f9622748697d027158ab282 (diff)
parente8d554fde75275eb603a67a9c177357faf52b4e3 (diff)
downloadpython-glanceclient-cab47f3e9b492690f421cda08aae2dc6414dd083.tar.gz
Merge "Replace git.openstack.org URLs with opendev.org URLs"
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 0bc0076..0cd66e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,7 +56,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