Merge "Fix tox docs target"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -10,7 +10,7 @@ allowlist_externals =
|
||||
rm
|
||||
env
|
||||
make
|
||||
install_command = python -I -m pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
install_command = python -I -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
LANGUAGE=en_US
|
||||
@@ -215,7 +215,6 @@ description =
|
||||
# Note that we don't use {[testenv]deps} for deps here because we don't want
|
||||
# to install (test-)requirements.txt for docs.
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
extras =
|
||||
|
||||
Reference in New Issue
Block a user