From 636a93900243d1d31aebc602451c30b59df6d6f9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 16 May 2017 15:15:36 -0400 Subject: [PATCH] cap sphinx below 1.6.1 The new sphinx causes an issue with pbr. Cap the allowed range to exclude the bad version. Change-Id: Ia29abe93254e12443e4351d67e998908baf97086 Related-Bug: #1691129 Signed-off-by: Doug Hellmann --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5f78da3d8..c1408dea5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ # needed for doc build docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain -sphinx>=1.5.0 +sphinx>=1.5.0,<1.6.1 PyYAML>=3.1.0 yamllint>=0.5.2 requests-cache