From f79c9bd3598370a98e88af7be8b08962e524f749 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 23 Jan 2024 11:54:20 +0000 Subject: [PATCH] requirements: Remove irrelevant notice Not valid since the new resolver was introduced in pip 20.3 Change-Id: I5d21cdb4b4a0677f0e0af8dbbcecfe6118f2bc3d Signed-off-by: Stephen Finucane --- requirements.txt | 3 --- test-requirements.txt | 5 ----- 2 files changed, 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7afb76a..d5c6627 100644 --- a/requirements.txt +++ b/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. pbr!=2.1.0,>=2.0.0 # Apache-2.0 networkx>=2.3 # BSD aodhclient>=0.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b695ade..9e8f4d9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +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>=3.0,<3.1.0 # Apache-2.0 - -# this is required for the tests oslotest>=3.2.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0