Merge "Bump hacking"

This commit is contained in:
Zuul
2024年11月19日 19:05:35 +00:00
committed by Gerrit Code Review

View File

@@ -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 notres["deleted"]:
res_id = res['id']
client = res["client"]
with handle_cleanup_exceptions():

View File

@@ -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
Reference in New Issue
openstack/manila-tempest-plugin
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.