requirements: Remove irrelevant notice

Not valid since the new resolver was introduced in pip 20.3

Change-Id: I5d21cdb4b4a0677f0e0af8dbbcecfe6118f2bc3d
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-01-23 11:54:20 +00:00
parent 1e5ab9f1c6
commit f79c9bd359
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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