From 311a6011fb76844a0392ceaa353a802731dab718 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 1 May 2024 11:27:53 +0900 Subject: [PATCH] Remove old excludes These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: Ib2e0865ebad1a74f702517956a6d25d8bf371fbf --- doc/requirements.txt | 6 +----- setup.cfg | 2 +- test-requirements.txt | 5 +---- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 1a76d822..da9eda35 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,8 +1,4 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -sphinx>=1.8.0,!=2.1.0 # BSD +sphinx>=1.8.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD openstackdocstheme>=1.20.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index ebf2f0d1..7d1a5b86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ classifier = # e.g.: oslo.config[generator] rst-generator = rst2txt>=1.1.0 # BSD - sphinx>=1.8.0,!=2.1.0 # BSD + sphinx>=1.8.0 # BSD [files] packages = diff --git a/test-requirements.txt b/test-requirements.txt index 8fcdd841..e4fcd925 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,10 +12,7 @@ mypy>=0.720 # MIT # test environment. oslo.log>=3.36.0 # Apache-2.0 -# when we can require tox>= 1.4, this can go into tox.ini: -# [testenv:cover] -# deps = {[testenv]deps} coverage -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 requests_mock>=1.5.0 # Apache-2.0