Skip to content

Commit f635bef

Browse files
committed
Added missing asyncio test markers to test_cluster_transaction
1 parent 51f4950 commit f635bef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_asyncio/test_cluster_transaction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
from redis.cluster import PRIMARY
1313
from tests.conftest import skip_if_server_version_lt
1414

15+
pytestmark = pytest.mark.asyncio
16+
1517

1618
def _find_source_and_target_node_for_slot(
1719
r: RedisCluster, slot: int

0 commit comments

Comments
 (0)