summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:08:47 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-09-29 10:09:19 +0800
commita27c2b708307599a9a9ac18dfb243da6ad9d847b (patch)
treebb62e7b50f4c547289b3c2d37f70a9bc018ac697
parenteea57abd1c49b4669cefec5ac07c48ee387db541 (diff)
downloadoslo-rootwrap-a27c2b708307599a9a9ac18dfb243da6ad9d847b.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I2c3631811deeda4ceb68b082c54b6dfb145cf5d0
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c2fc2fc..9ca21f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py37,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -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}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# Functional tests with Eventlet involve monkeypatching, so force them to be