diff --git a/test-requirements.txt b/test-requirements.txt index 2ab5ef8..1128e1e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=3.1.0,<3.2.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD diff --git a/zaqar_tempest_plugin/tests/v2/test_claims.py b/zaqar_tempest_plugin/tests/v2/test_claims.py index 0238466..2783f88 100644 --- a/zaqar_tempest_plugin/tests/v2/test_claims.py +++ b/zaqar_tempest_plugin/tests/v2/test_claims.py @@ -136,7 +136,7 @@ class TestClaims(base.BaseV2MessagingTest): resp, body = self.client.post_claims( queue_name=QueueName, rbody=meta) - if(i == 2): + if i == 2: self.assertEqual('204', resp['status']) else: self.assertEqual('201', resp['status'])