Remove install unnecessary packages
The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: Ife6fc1e75c508f23548832308b64273f16454463
This commit is contained in:
parent
73ed832692
commit
2789f9dc73
2
tox.ini
2
tox.ini
@ -33,7 +33,6 @@ commands =
|
||||
[testenv:docs]
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
@ -74,7 +73,6 @@ commands = bash -c "ansible-lint \
|
||||
[testenv:releasenotes]
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
rm -rf releasenotes/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user