Upgrade hacking to 0.10

Also resolve the only error that was produced.

Change-Id: Ic81ab01aa0cddc15bb27419d7fec3e5a6d4ec0c7
This commit is contained in:
Steve Martinelli 2015-01-12 15:22:39 -05:00
parent a7a1a576e0
commit b17c475f8a
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ TEST_RESPONSE_DICT_V3.set_project_scope()
TEST_VERSIONS = fixture.DiscoveryList(href=AUTH_URL)
class FakeStdout:
class FakeStdout(object):
def __init__(self):
self.content = []

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.1,<0.10
hacking>=0.10.0,<0.11
coverage>=3.6
discover