From 19e18422b17455b97904801352ba42212009f13a Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Wed, 11 Dec 2013 15:00:29 -0500 Subject: [PATCH] Pin Sphinx to <1.2 in test-requirements Sphinx was pinned to <1.2 in neutron requirements and we also need to pin sphinx in neutronclient test-requirements. Change-Id: I923cd19b3c28f9784a746243a5b3f76f7c38524c --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a684fdd..17ddf23 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,6 @@ discover fixtures>=0.3.14 mox>=0.5.3 python-subunit -sphinx>=1.1.2 +sphinx>=1.1.2,<1.2 testrepository>=0.0.17 testtools>=0.9.32