Merge "Changes for url transition to OpenDev"

This commit is contained in:
Zuul 2019-05-15 21:34:15 +00:00 committed by Gerrit Code Review
commit ae7dcdbba3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Client for Congress
* Free software: Apache license
* Documentation: https://docs.openstack.org/python-congressclient/latest/
* Source: https://git.openstack.org/cgit/openstack/python-congressclient
* Source: https://opendev.org/openstack/python-congressclient
* Bugs: https://bugs.launchpad.net/python-congressclient

View File

@ -8,7 +8,7 @@ usedevelop = True
install_command = pip install -U {opts} {packages}
whitelist_externals = find
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =