diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-04 20:27:24 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-04 20:27:24 +0200 |
commit | a07b2fcc37edebf3943c5a893c16950261fa29c0 (patch) | |
tree | 6b9d3072b76df6d0b4fb55ed28e39f4060cc26b0 | |
parent | 61d2bd117fe7f8b35979d4e44fd74340d611541e (diff) |
Updated from global requirements
Change-Id: Icdca3cdc4abbe39e8e65f336b58cfb0bd4b61281
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index db30c7f85..b027ad3e4 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 # 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 |