summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-03 20:29:24 +0000
committerGerrit Code Review <review@openstack.org>2019-05-03 20:29:24 +0000
commitabba9a1fb0a31ac2d1e86026fd9436dfa1f93c80 (patch)
treeee61f21fcd22b5c1f14b3f47be58becdf372f3bc
parentc8e63a30d9344ddf7a8d623313bb439acc1b5180 (diff)
parentfc36aa36b7ed2b403643d9df479710641b3246d8 (diff)
downloadoslo-utils-abba9a1fb0a31ac2d1e86026fd9436dfa1f93c80.tar.gz
Merge "Replace git.openstack.org URLs with opendev.org URLs"
-rw-r--r--README.rst2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4594d9a..871d53b 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,6 @@ such as encoding, exception handling, string manipulation, and time handling.
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.utils/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslo.utils
+* Source: https://opendev.org/openstack/oslo.utils
* Bugs: https://bugs.launchpad.net/oslo.utils
* Release notes: https://docs.openstack.org/releasenotes/oslo.utils/
diff --git a/tox.ini b/tox.ini
index d0b04f4..c58dfbf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py36,py27,pep8
[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}