Skip to content

Commit 6acb590

Browse files
committed
Added pytest.mark.asyncio to asyncio test_vsets
1 parent d44d771 commit 6acb590

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_asyncio/test_vsets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
skip_if_server_version_lt,
1111
)
1212

13+
pytestmark = pytest.mark.asyncio
14+
1315

1416
@pytest_asyncio.fixture()
1517
async def d_client(create_redis, redis_url):

0 commit comments

Comments
 (0)