summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-10-29 20:00:52 +0800
committerMatthias Runge <mrunge@redhat.com>2021-01-14 07:41:42 +0000
commit55c7f3127454a43de6274509b5844bca7b5ea81c (patch)
tree0ce6fb1d47b747598fef279fec2399caab4ad414 /tox.ini
parent54d0a7c2d3bee677ca210a9eb39e6193a1f9ec20 (diff)
downloadceilometer-55c7f3127454a43de6274509b5844bca7b5ea81c.tar.gz
Update requirements URLs in tox config
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org Change-Id: If5ce1830aab844fa34ec375e474fa1651693cad9
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 945b0622..3c94b78e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
CEILOMETER_TEST_BACKEND={env:CEILOMETER_TEST_BACKEND:none}