heat-translator/test-requirements.txt
Ayumu Ueha 37a731261a Bump hacking to 7.0.0
This patch bumps the hacking version to 7.0.0 and fixes the pep8 error:
 - AttributeError: 'EntryPoints' object has no attribute 'get'

Closes-Bug: #2088356
Change-Id: Iabd65e59205be3022154349d7493cec87a264244
2024-12-16 10:05:41 +00:00

9 lines
268 B
Plaintext

hacking>=7.0.0,<7.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