diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-01-13 03:26:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-01-13 03:26:23 +0000 |
| commit | b36e90053bb3b92be5ea65d34cee6769cf61900f (patch) | |
| tree | 39f802f2f8908c15bcf2adcd1aea678c1f41473e | |
| parent | 432dc2bb1887a59a04dc45f07bbd8caa545372ac (diff) | |
| parent | b17c475f8a3c5dee7b9ef86e73620b9f819a8942 (diff) | |
| download | python-openstackclient-b36e90053bb3b92be5ea65d34cee6769cf61900f.tar.gz | |
Merge "Upgrade hacking to 0.10"
| -rw-r--r-- | openstackclient/tests/fakes.py | 2 | ||||
| -rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/tests/fakes.py b/openstackclient/tests/fakes.py index 93d4294d..e25751d6 100644 --- a/openstackclient/tests/fakes.py +++ b/openstackclient/tests/fakes.py @@ -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 = [] diff --git a/test-requirements.txt b/test-requirements.txt index ac3e7150..e897e601 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 |
