We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a63f commit 8ec402bCopy full SHA for 8ec402b
tests/conftest.py
@@ -66,7 +66,7 @@ def context(contexts):
66
67
68
@pytest.fixture
69
-def sockets(contexts):
+async def sockets(contexts):
70
sockets = []
71
yield sockets
72
# ensure any tracked sockets get their contexts cleaned up
0 commit comments