Undo tox -e docs pip install sphinx workaround

Now that we require at least pbr 1.3 and that has
commit 61a3a1ecdf99c680e509742fdc6c441b499af130 in it,
let's remove the workaround.

Change-Id: I4074b05a823d32f5db0051062527b0db4d379b62
Related-Bug: #1473401
This commit is contained in:
Matt Riedemann 2015-07-15 06:41:21 -07:00
parent a8dd572203
commit 1d5b6964d2
1 changed files with 1 additions and 6 deletions

View File

@ -149,15 +149,10 @@ commands =
coverage html --include='nova/*' --omit='nova/openstack/common/*' -d covhtml -i
[testenv:venv]
commands =
# TODO(sdague) this is a brute force work around for pip not respecting test-requirements.txt
pip install "sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2"
{posargs}
commands = {posargs}
[testenv:docs]
commands =
# TODO(sdague) this is a brute force work around for pip not respecting test-requirements.txt
pip install "sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2"
python setup.py build_sphinx
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'