We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db0d7b commit 573c438Copy full SHA for 573c438
1 file changed
tox.ini
@@ -17,7 +17,7 @@ passenv = http_proxy
17
NO_PROXY
18
deps = -r{toxinidir}/test-requirements.txt
19
-r{toxinidir}/requirements.txt
20
-install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
21
whitelist_externals = find
22
commands =
23
find . -type f -name "*.pyc" -delete
0 commit comments