aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
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 971a3bee2..7e1b2b3e5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,7 +6,8 @@ mock # BSD
nose # LGPL
flake8 # MIT
pylint # 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
ansible-lint