diff options
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 7764d60cb..4cc86c858 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,13 +6,11 @@ mock!=4.0.0,!=4.0.1 # BSD nose # LGPL flake8 # MIT pylint # GPLv2 -sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD sphinx-rtd-theme yamllint ansible-lint doc8 # Apache-2.0 -bashate<1.0.0;python_version=='2.7' # Apache-2.0 -bashate;python_version>='3.6' # Apache-2.0 +bashate # Apache-2.0 bandit sphinxcontrib-spelling |