Update to opendev
Change-Id: I19a50033f41dd9b043ae37afb1c47c667df12c21
This commit is contained in:
parent
aac9a8ee83
commit
b3651b9858
@ -36,7 +36,7 @@ Developers wishing to work on the RPM packaging for OpenStack
|
||||
project should always base their work on the latest code,
|
||||
available from the master GIT repository at:
|
||||
|
||||
https://git.openstack.org/cgit/openstack/rpm-packaging
|
||||
https://opendev.org/openstack/rpm-packaging
|
||||
|
||||
Developers should also join the discussion on the mailing list,
|
||||
at:
|
||||
|
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ basepython = python3
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
LC_ALL=en_US.utf-8
|
||||
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user