Update to hacking 0.10.x

Update to current hacking. This change needs to be manually imported
from the global requirements repository.

Change-Id: Ifbb75612ae0bca9ec3486859314f5e37d281f74b
This commit is contained in:
Andreas Jaeger 2015-05-20 08:59:35 +02:00
parent 2720765cb3
commit c009f51c42
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# 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.9.2,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover
fixtures>=0.3.14

View File

@ -1,7 +1,7 @@
# 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.9.2,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover
fixtures>=0.3.14