From 6304dcd4af35075f0955a3091562d6e8f2906c81 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 16 Nov 2024 15:45:58 +0900 Subject: [PATCH] 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: I9cd68111a35ca97af014cdd77fee10614a4c0d5b --- manila_tempest_tests/tests/api/base.py | 2 +- test-requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manila_tempest_tests/tests/api/base.py b/manila_tempest_tests/tests/api/base.py index 2db23532..5afe11ca 100755 --- a/manila_tempest_tests/tests/api/base.py +++ b/manila_tempest_tests/tests/api/base.py @@ -898,7 +898,7 @@ class BaseSharesTest(test.BaseTestCase): res["deleted"] = False if "client" not in res.keys(): res["client"] = cls.shares_client - if not(res["deleted"]): + if not res["deleted"]: res_id = res['id'] client = res["client"] with handle_cleanup_exceptions(): diff --git a/test-requirements.txt b/test-requirements.txt index 761bf708..1a63b32f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,8 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage>=4.4.1 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testtools>=2.2.0 # MIT -# releasenotes -flake8-import-order +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3