From e883a6544466c37e8a3639751351cbceec404ef0 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 9 Jan 2020 08:58:36 -0500 Subject: [PATCH] Drop requirements for unsupported python versions We stopped testing against py2 with commit df2a396, so remove unsupported python versions from the requirements files. Change-Id: I2aca65d734d7b6089f0e3ad7836f509f4b968098 --- doc/requirements.txt | 3 +-- test-requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 153365e86..d96a9056b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,8 +3,7 @@ # process, which may cause wedges in the gate later. openstackdocstheme>=1.20.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.3,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.3;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.3 # BSD os-api-ref>=1.4.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD sphinx-feature-classification>=0.1.0 # Apache 2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b0e98f6b9..78e3e2a34 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,8 +6,7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT reno>=2.5.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD openstackdocstheme>=1.20.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD