heat-translator/test-requirements.txt
Takashi Kajinami 8a96764dcf 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
2024-05-07 12:52:30 +09:00

9 lines
268 B
Plaintext

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
oslotest>=3.2.0 # Apache-2.0
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