From fec467b65c6324869689024bbe2113c84294e112 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 10 Dec 2013 16:33:52 -0800 Subject: [PATCH] Cap Sphinx at <1.2 to avoid distutils problems. Distutils and Sphinx 1.2 break `python setup.py build_sphinx`. Work around this by capping Sphinx to <1.2. Change-Id: I6985aee2f9abec58d7a9bcc9452524527b35a1bc --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0ff44dec..ca3785cd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ coverage>=3.6 discover fixtures>=0.3.14 python-subunit -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 oslo.sphinx testrepository>=0.0.17 testscenarios>=0.4,<0.5