Move sphinxcontrib-httpdomain to test-requirements
The sphinxcontrib-httpdomain is now in the global-requirements list, so, it'll be better to track *all* requirements in the corresponding files. Change-Id: I6cd9eb8982cd49be1c59680a16d66acd30b9a29f
This commit is contained in:
parent
6cb9b88f09
commit
188d2a9f62
@ -16,6 +16,7 @@ docutils==0.9.1
|
|||||||
oslo.sphinx
|
oslo.sphinx
|
||||||
python-subunit
|
python-subunit
|
||||||
sphinx>=1.1.2,<1.2
|
sphinx>=1.1.2,<1.2
|
||||||
|
sphinxcontrib-httpdomain
|
||||||
sphinxcontrib-pecanwsme>=0.5
|
sphinxcontrib-pecanwsme>=0.5
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.17
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
|
2
tox.ini
2
tox.ini
@ -35,13 +35,11 @@ commands =
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
sphinxcontrib-httpdomain
|
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
sphinxcontrib-httpdomain
|
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user