Bump hacking

hacking 3.0.x is too old. Bump it to the version currently used in
tempest repo.

Depends-on: https://review.opendev.org/c/openstack/tempest/+/906634
Change-Id: I8da412cd73deba629a0c9488da537cbe8ef4caaf
This commit is contained in:
Takashi Kajinami 2024-11-16 15:34:21 +09:00
parent f1fd86805e
commit 94e5078db8
2 changed files with 2 additions and 2 deletions

View File

@ -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 coverage>=4.0,!=4.4 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD

View File

@ -136,7 +136,7 @@ class TestClaims(base.BaseV2MessagingTest):
resp, body = self.client.post_claims( resp, body = self.client.post_claims(
queue_name=QueueName, queue_name=QueueName,
rbody=meta) rbody=meta)
if(i == 2): if i == 2:
self.assertEqual('204', resp['status']) self.assertEqual('204', resp['status'])
else: else:
self.assertEqual('201', resp['status']) self.assertEqual('201', resp['status'])