From b817c7654bd567bcd8d63dfb57843c9f43596ba8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 20 Apr 2025 16:07:23 +0900 Subject: [PATCH] Remove note about old pip's behavior Recent pip can resolve package dependencies automatically and we no longer have to put dependencies in a specific order. Change-Id: Id905ee9db0d571bd5e78e05897973c4b50f018e4 --- doc/requirements.txt | 10 ---------- requirements.txt | 10 ---------- test-requirements.txt | 9 --------- 3 files changed, 29 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index cb2601a9..d5bb53e6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,14 +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. -# openstackdocstheme>=2.2.1 # Apache-2.0 reno>=3.1.0 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD - -# NOTE: The following are required as horizon.test.settings loads it. diff --git a/requirements.txt b/requirements.txt index 0b52440a..52a3a6e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +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. -# 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!=2.1.0,>=2.0.0 # Apache-2.0 python-magnumclient>=4.2.0 # Apache-2.0 python-heatclient>=1.18.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4e81a19a..97843f0a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,12 +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. -# 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. -# -# Hacking should appear first in case something else depends on pep8 hacking>=7.0.0,<7.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0