From a0c9d5e9e1ac4c9b27a9b1591c0d85adc186e804 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Apr 2024 18:30:36 +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: I53e457494b34300407d5cb0b2fad7e07922c018d --- doc/requirements.txt | 6 +----- requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index b66933fa..1d1b0102 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,11 +1,7 @@ -# 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. - # For generationg sphinx documentation openstackdocstheme>=2.2.1 # Apache-2.0 reno>=3.1.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=2.0.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD # For autodoc builds diff --git a/requirements.txt b/requirements.txt index 30d3d7f6..d61a7ed9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ # of openstack-specific projects (allowing interaction with openstack APIs) # where oslo and associated transient dependencies are not desired. -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 iso8601>=0.1.11 # MIT requests>=2.14.2 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d37e6cf8..ca260495 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ flake8-docstrings~=1.7.0 # MIT flake8-import-order~=0.18.2 #LGPLv3 bandit~=1.7.6 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD oslo.config>=5.2.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0