summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-11-02 16:01:50 +0800
committerlikui <likui@yovole.com>2020-11-02 16:11:10 +0800
commit49c8577d8bd1a1a11c8062708478ac69bdcab388 (patch)
tree2bbcfb6cfab168c9bbe5e6564e61127d401b749b
parentb2ebc6cc9b7ec8d1d3293535fac039cdaa266ef1 (diff)
downloadpython-neutronclient-49c8577d8bd1a1a11c8062708478ac69bdcab388.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 so will switch to the correct upper-constraints list automatically when the requirements repository branches. Change-Id: I496dfbc709ecd864f619618252ef5dc992216ca7
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c4de1cd..7c11bfd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command = pip install {opts} {packages}
-deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
# Delete bytecodes from normal directories before running tests.