From 7f82e1ea5db83370d85d248c8eb57c14f69f6683 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 1 May 2024 11:36:42 +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: I0c708c751d4f7abbcd46a1eba604b7e1bcc64f86 --- 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 9284390..4355596 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,10 +1,6 @@ -# 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 generating sphinx documentation openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx>=1.8.0,!=2.1.0 # BSD +sphinx>=1.8.0 # BSD reno>=2.5.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD diff --git a/requirements.txt b/requirements.txt index b4a4160..54d99d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pbr!=2.1.0,>=3.1.1 # Apache-2.0 +pbr>=3.1.1 # Apache-2.0 # General oslo.utils>=3.41.0 diff --git a/test-requirements.txt b/test-requirements.txt index de029d7..fc6082c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,4 @@ oslotest>=3.2.0 # Apache-2.0 # Bandit security code scanner bandit>=1.7.0,<1.8.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0