aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index db30c7f85..7e1b2b3e5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,9 +4,10 @@
coverage!=4.4 # Apache-2.0
mock # BSD
nose # LGPL
-flake8<2.6.0,>=2.5.4 # MIT
+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
@@ -15,3 +16,4 @@ bashate # Apache-2.0
lfdocs-conf
sphinx-opnfv-theme
bandit
+sphinxcontrib-spelling