From beab449cf903f4e388f2e52ecd911f7b2aea1886 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 23 Jan 2026 00:45:04 +0900 Subject: [PATCH] Remove note about old pip's behavior Recent versions of pip no longer requires that the requirements are listed in specific orders and can resolve dependencies automatically. Change-Id: I8e4aeef000806401a1136a6a0b0a90077b5ef930 Signed-off-by: Takashi Kajinami --- doc/requirements.txt | 4 ---- requirements.txt | 4 ---- test-requirements.txt | 3 --- 3 files changed, 11 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index f93a067..80b111f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,3 @@ -# 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. - openstackdocstheme>=2.2.1 # Apache-2.0 reno>=3.1.0 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD diff --git a/requirements.txt b/requirements.txt index 035afb8..8f2891f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,6 @@ # Requirements lower bounds listed here are our best effort to keep them up to # date but we do not test them so 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. pbr!=2.1.0,>=2.0.0 # Apache-2.0 cliff!=2.9.0,>=2.8.0 # Apache-2.0 PrettyTable>=0.7.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index c9e0687..bf3e2f0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,3 @@ -# 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. hacking>=7.0.0,<7.1.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0