diff --git a/README.rst b/README.rst index 0cfaa11..b780713 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,6 @@ to use the REST API directly, CLI is provided only for convenience of users. * Free software: Apache license * Documentation: https://docs.openstack.org/osc-placement/latest/index.html -* Source: https://git.openstack.org/cgit/openstack/osc-placement +* Source: https://opendev.org/openstack/osc-placement * Bugs: https://bugs.launchpad.net/placement-osc-plugin * Release notes: https://docs.openstack.org/releasenotes/osc-placement/ diff --git a/tox.ini b/tox.ini index 835926a..dbee5e2 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ setenv = PYTHONWARNINGS=ignore::DeprecationWarning:distutils,ignore::DeprecationWarning:site PYTHONDONTWRITEBYTECODE=1 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run {posargs} @@ -66,7 +66,9 @@ commands = coverage report [testenv:docs] -deps = -r{toxinidir}/doc/requirements.txt +deps = + -r{toxinidir}/doc/requirements.txt + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} commands = rm -rf doc/build sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html