mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Dep's should be restricted by tox-constraints
Tox trying to install latest versions for building docs which may not be supported by stable and lower branches, so should be restricted by respective version's tox-constraints.txt Change-Id: I92b67aa48834c00ad175a311744c36542692f292
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -14,7 +14,9 @@ passenv = *_proxy *_PROXY
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
deps = -r{toxinidir}/doc/requirements.txt
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
rm -rf doc/build
|
||||
docstheme-build-translated.sh
|
||||
|
||||
Reference in New Issue
Block a user