File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ basepython = python3
99setenv = VIRTUAL_ENV ={envdir}
1010usedevelop = True
1111deps =
12- -c{env:UPPER_CONSTRAINTS_FILE :https://releases.openstack.org/constraints/upper/master }
12+ -c{env:TOX_CONSTRAINTS_FILE :https://releases.openstack.org/constraints/upper/wallaby }
1313 -r{toxinidir}/requirements.txt
1414 -r{toxinidir}/test-requirements.txt
1515commands = find . -type f -name " *.py[c|o]" -delete
@@ -44,7 +44,7 @@ commands =
4444
4545[testenv:docs]
4646deps =
47- -c{env:UPPER_CONSTRAINTS_FILE :https://releases.openstack.org/constraints/upper/master }
47+ -c{env:TOX_CONSTRAINTS_FILE :https://releases.openstack.org/constraints/upper/wallaby }
4848 -r{toxinidir}/doc/requirements.txt
4949commands = sphinx-build -W -b html doc/source doc/build/html
5050
@@ -59,7 +59,7 @@ import_exceptions = heatclient._i18n
5959
6060[testenv:releasenotes]
6161deps =
62- -c{env:UPPER_CONSTRAINTS_FILE :https://releases.openstack.org/constraints/upper/master }
62+ -c{env:TOX_CONSTRAINTS_FILE :https://releases.openstack.org/constraints/upper/wallaby }
6363 -r{toxinidir}/doc/requirements.txt
6464commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
6565
You can’t perform that action at this time.
0 commit comments