summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-20 09:35:49 +0000
committerGerrit Code Review <review@openstack.org>2019-05-20 09:35:49 +0000
commitae842848804c148e107d5abddacee0f24371f0af (patch)
treea6fa264489e29b89011ab4fbc5f344bacdb9aae7 /tox.ini
parent1d7ca8a198419896346369311fccedea5a559f66 (diff)
parentf2e642a180aa31ba25f42fcd1a488540ee185ef4 (diff)
downloadoslo-policy-ae842848804c148e107d5abddacee0f24371f0af.tar.gz
Merge "Replace git.openstack.org URLs with opendev.org URLs"
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 5a85fb6..7972751 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py37,py36,py27,pep8,docs
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}