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
This commit is contained in:
Anita Kuno 2013-12-11 15:00:29 -05:00
parent 6d7d677f3e
commit 19e18422b1

@ -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