diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-04 20:07:26 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-04 20:07:26 +0200 |
commit | d52808da5945c320c22538f5153acb8a9574d258 (patch) | |
tree | babcb3b33566e399528e43974fdea168d79524a9 /test-requirements.txt | |
parent | bc88eff8f5850f8207431bb8d1958fe6b9cd09e8 (diff) |
Updated from global requirements
Change-Id: I3c2a69f63d38812656baf1f53a8b6a7ae1a0a242
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-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 |