summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Mendizábal <dmendiza@redhat.com>2019-10-02 11:09:53 -0500
committerDouglas Mendizábal <dmendiza@redhat.com>2019-10-02 11:09:53 -0500
commit8dcca637c9a1349b56012ca342c3c643f9a2982f (patch)
tree3ec356a4966f071d9543d1c224c073821ee3f8b5
parentd700d88c563061e3518f125e361784b4a4d1b52f (diff)
downloadpython-barbicanclient-stable/rocky.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/rockyrocky-eolstable/rocky
Change-Id: I11ed9b6cf1eb00208c51d1a62d01664f96e2636a
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 12bf367..f0005de 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv =
PYTHON=coverage run --source barbicanclient --parallel-mode
VIRTUAL_ENV={envdir}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/rocky}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@@ -39,7 +39,7 @@ commands = {posargs}
[testenv:docs]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/rocky}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -b html doc/source doc/build/html