summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-09-20 12:00:32 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2019-09-20 12:00:32 -0500
commit1a688cd0484b8a47785e3941b69b67da54b74e8c (patch)
treef81955b41794a2ac40428a1f082ffa7de76b63e3 /tox.ini
parent60fa1a63968587ba1b80d40fcfba9cac4512bac6 (diff)
downloadpython-designateclient-1a688cd0484b8a47785e3941b69b67da54b74e8c.tar.gz
Switch upper-constraints URL to static location
During the train cycle, a new static URL scheme was introduced for upper-constraints URLs that allows us to switch locations based on configuration and avoid timing windows with the requirements repo branching. This updates upper-constraints links in the tox.ini file to point to the newer more prefered location. Change-Id: I8efbb24483d2a63a8abfa50e328fefb7ffd92e5f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8dc55d7..e29e2ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US:en
LC_ALL=C
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
@@ -27,7 +27,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:docs]
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}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -b html doc/source doc/build/html
@@ -71,7 +71,7 @@ passenv = OS_STDOUT_CAPTURE
[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 -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html