Bump to hacking 0.10

Change-Id: Ib4f4e5d2e48717a514636cde906dc4f977021cc6
This commit is contained in:
Ben Nemec 2015-02-03 16:35:12 -06:00
parent a9b07487ef
commit 5ca944f7a0
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