Skip to content

Commit 0cca6d5

Browse files
committed
Fix compatibility with latest pytest-asyncio version(1.1.0)
1 parent a757bad commit 0cca6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_sentinel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414

1515

16-
@pytest_asyncio.fixture(scope="module")
16+
@pytest_asyncio.fixture(scope="module", loop_scope="module")
1717
def master_ip(master_host):
1818
yield socket.gethostbyname(master_host[0])
1919

0 commit comments

Comments
 (0)