Drop explicit installation of extras

... because the latest testrepository release (0.0.21) contains
the fix[1] to drop dependency of extras.

Also remove the note about old pip's behavior because the new resolver
in recent pip releases doesn't require the specific order.

[1] c16be76ea8b232fb868ec6817939dfce4a075cff

Depends-on: https://review.opendev.org/c/openstack/requirements/+/915418
Change-Id: Ieada7374f2e0149a97ba2200fd4ce1a0a000f6b4
This commit is contained in:
Takashi Kajinami 2024-05-07 12:50:09 +09:00
parent 646ef98991
commit 8a96764dcf
3 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,2 @@
# 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
sphinx>=2.0.0,!=2.1.0 # BSD

View File

@ -2,9 +2,6 @@
# 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
PyYAML>=3.13 # MIT

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.
hacking>=4.0.0,<4.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
@ -9,4 +6,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
extras>=1.0.0 # MIT