aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-06-04 20:26:20 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-06-04 20:26:20 +0200
commit0017cfbd5687334e72a228eafc0ba33e54835db5 (patch)
treea616b20b0d4ff8c1289696231112d9483e92dc3f /test-requirements.txt
parent056c6235eefab5582c3a6803aa9a3cdea2c0c894 (diff)
Updated from global requirements
Change-Id: Ic450c26f61160e1fb7a5a074ea6a7a286cd6d123 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index bac66abe..08f08077 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,7 +6,8 @@ mock # BSD
nose # LGPL
flake8<2.6.0,>=2.5.4 # MIT
pylint==1.4.5 # GPLv2
-sphinx!=1.6.6,!=1.6.7 # BSD
+sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7;python_version>='3.4' # BSD
sphinx-rtd-theme
yamllint
doc8 # Apache-2.0