From a4e31aa9e403bc774c190e418b0bc85f6be5e199 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Apr 2024 18:04:43 +0900 Subject: [PATCH] Remove old excludes These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Also remove the note about old pip's behavior because resolver in recent pip does not require specific order. Change-Id: Ic8a34616a5723517cad880da3d9b75d03808c265 --- doc/requirements.txt | 9 +-------- requirements.txt | 12 +----------- test-requirements.txt | 10 +--------- 3 files changed, 3 insertions(+), 28 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 9d7a1a80df..faa25cc8b3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,13 +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. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. openstackdocstheme>=2.2.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=2.0.0 # BSD doc8>=0.8.1 # Apache-2.0 # The below is rewquired to build testing module reference diff --git a/requirements.txt b/requirements.txt index aa8b4b55d3..2dd1dee931 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,6 @@ # Note: Requirements lower bounds listed here are our best effort to keep them up to # date but we do not test them so there is no guarantee of having them all correct. # if you find any incorrect lower bounds, let us know or propose a fix. - -# 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. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -# PBR should always appear first pbr>=5.5.0 # Apache-2.0 # Horizon Core Requirements @@ -32,7 +22,7 @@ oslo.serialization>=4.3.0 # Apache-2.0 oslo.upgradecheck>=1.5.0 # Apache-2.0 oslo.utils>=4.12.0 # Apache-2.0 osprofiler>=3.4.2 # Apache-2.0 -pymongo!=3.1,>=3.0.2 # Apache-2.0 +pymongo>=3.0.2 # Apache-2.0 pyScss>=1.4.0 # MIT License python-cinderclient>=8.0.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 803fa25faa..2aed2d0d72 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +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. -# Order matters to the pip dependency resolver, so sorting this file -# changes how packages are installed. New dependencies should be -# added in alphabetical order, however, some dependencies may need to -# be installed in a specific order. -# -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 freezegun>=0.3.15 # Apache-2.0 nodeenv>=0.9.4 # BSD pytest>=5.3.5 # MIT