summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMilhan <kimmilhan@gmail.com>2022-11-09 21:22:05 +0900
committerGitHub <noreply@github.com>2022-11-09 14:22:05 +0200
commit772079fabd7453edf3788d0c31b9caf21ff5deca (patch)
tree32c6be41e88676ae2f24c4689ad651e99ac16665 /tests
parent1cdba6302c694e2d0aaca1e336185217fdc1c136 (diff)
downloadredis-py-772079fabd7453edf3788d0c31b9caf21ff5deca.tar.gz
Enable AsyncIO cluster mode lock (#2446)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_asyncio/test_lock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_asyncio/test_lock.py b/tests/test_asyncio/test_lock.py
index 09aec75..56387fa 100644
--- a/tests/test_asyncio/test_lock.py
+++ b/tests/test_asyncio/test_lock.py
@@ -7,7 +7,6 @@ from redis.asyncio.lock import Lock
from redis.exceptions import LockError, LockNotOwnedError
-@pytest.mark.onlynoncluster
class TestLock:
@pytest_asyncio.fixture()
async def r_decoded(self, create_redis):