@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
1111 OS_STDERR_CAPTURE =1
1212 OS_TEST_TIMEOUT =60
1313deps =
14- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack. org/cgit/ openstack/requirements/plain /upper-constraints.txt}
14+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw /upper-constraints.txt}
1515 -r{toxinidir}/test-requirements.txt
1616 -r{toxinidir}/requirements.txt
1717commands = stestr run {posargs}
@@ -88,7 +88,7 @@ commands =
8888[testenv:venv]
8989basepython = python3
9090deps =
91- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack. org/cgit/ openstack/requirements/plain /upper-constraints.txt}
91+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw /upper-constraints.txt}
9292 -r{toxinidir}/requirements.txt
9393 -r{toxinidir}/doc/requirements.txt
9494commands = {posargs}
@@ -112,7 +112,7 @@ commands =
112112[testenv:docs]
113113basepython = python3
114114deps =
115- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack. org/cgit/ openstack/requirements/plain /upper-constraints.txt}
115+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw /upper-constraints.txt}
116116 -r{toxinidir}/requirements.txt
117117 -r{toxinidir}/doc/requirements.txt
118118commands =
@@ -122,7 +122,7 @@ commands =
122122[testenv:releasenotes]
123123basepython = python3
124124deps =
125- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack. org/cgit/ openstack/requirements/plain /upper-constraints.txt}
125+ -c{env:UPPER_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw /upper-constraints.txt}
126126 -r{toxinidir}/doc/requirements.txt
127127commands =
128128 sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
0 commit comments