Use hacking 0.12.x

0.12.x is the generally usable newest hacking version that
provides a couple of newer checks for compliance with OpenStack
guidelines.

Change-Id: I263d9c52500b32861005e5c2d6a0704d76c9f1e1
This commit is contained in:
Dirk Mueller 2016-12-04 18:35:46 +01:00
parent d2c146e693
commit 4e7b5133ba
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# 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!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.12,>=0.11.0 # Apache-2.0
mock>=2.0 # BSD
nose # LGPL
oslotest>=1.10.0 # Apache-2.0