Use opendev repository

Change-Id: I4a038fdbf551e590bd17e260ce3355ceb3575316
This commit is contained in:
Le Hou 2019-04-24 13:26:46 +08:00
parent 310da0cf63
commit b32f45431c
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ executor, a synchronous executor etc.
* Free software: Apache license
* Documentation: https://docs.openstack.org/futurist/latest/
* Source: https://git.openstack.org/cgit/openstack/futurist
* Source: https://opendev.org/openstack/futurist
* Bugs: https://bugs.launchpad.net/futurist
* Blueprints: https://blueprints.launchpad.net/futurist

View File

@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
whitelist_externals = find
rm
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 =