From 80cf31fd781c9869626f2f7c96b18703c6fc1238 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 13 Apr 2016 10:32:26 +0200 Subject: [PATCH] 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 9b7a69922ff1377efb3abdf109e4f07f2a213ddd) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 40cc1c6e4..70e5d0a2f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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