Merge "Bump to hacking 0.10"

This commit is contained in:
Jenkins 2015-02-23 17:12:09 +00:00 committed by Gerrit Code Review
commit 0c7006de2f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import os
import sys
class StubPackage:
class StubPackage(object):
pass

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