diff --git a/README.rst b/README.rst index c804877..0d89113 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,6 @@ strings in an application or library. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.i18n/latest -* Source: https://git.openstack.org/cgit/openstack/oslo.i18n +* Source: https://opendev.org/openstack/oslo.i18n * Bugs: https://bugs.launchpad.net/oslo.i18n * Release notes: https://docs.openstack.org/releasenotes/oslo.i18n/ diff --git a/tox.ini b/tox.ini index 5d2415d..5f4b944 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py37,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}