56ba19d1c3
We've kept hacking capped for a long time now. This raises the hacking package version to the latest release and fixes the issues that it found. Change-Id: I8cd8e0da4a958da33ddb349d95b593617ab03d7c Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
# 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>=2.0.0
|
|
|
|
python-cinderclient>=3.3.0 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
stestr>=1.0.0 # Apache-2.0
|