Re-order test-requirements.txt

tox fails when Sphinx is installed before fuel-plugin-builder.  There's
probably a missing requirement somewhere but reverting the list fixes
the issue for now.

Change-Id: Icfc5a7915078ab8ffe4bc0df7533718392912ca0
(cherry picked from commit 9b7a69922f)
This commit is contained in:
Simon Pasquier 2016-04-13 10:32:26 +02:00
parent 934fd4506a
commit 80cf31fd78
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Sphinx
-e git+https://github.com/openstack/fuel-plugins.git#egg=fuel-plugin-builder
Sphinx
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0