From: Cédric Ollivier Date: Wed, 29 Apr 2020 10:25:13 +0000 (+0200) Subject: Updated from global requirements X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a4e5d6ccba93d6197c7532e42b67fc7dc9f353f0;p=functest.git Updated from global requirements Signed-off-by: Cédric Ollivier Change-Id: I4b376e05931ab44b846d3929132fac85055a63ec --- diff --git a/requirements.txt b/requirements.txt index 402b931e2..6894e639b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0 # Apache-2.0 PyYAML # MIT -requests # Apache-2.0 +requests!=2.20.0 # Apache-2.0 robotframework>=3.0 scp cloudify-rest-client 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