Merge "Replace git.openstack.org URLs with opendev.org URLs"
This commit is contained in:
commit
ea11df7a64
@ -11,7 +11,7 @@ Note that this is a hard requirement.
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/watcher/latest/ plugin watcher-tempest-plugin
|
||||
* Release notes: https://docs.openstack.org/releasenotes/watcher/ plugin watcher-tempest-plugin
|
||||
* Source: https://git.openstack.org/cgit/openstack/watcher-tempest-plugin
|
||||
* Source: https://opendev.org/openstack/watcher-tempest-plugin
|
||||
* Bugs: https://bugs.launchpad.net/watcher plugin watcher-tempest-plugin
|
||||
|
||||
Features
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
|
Loading…
Reference in New Issue
Block a user