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 b1eff8b commit f4bc00aCopy full SHA for f4bc00a
tests/integrations/asyncio/test_asyncio.py
@@ -431,7 +431,7 @@ def test_loop_close_flushes_async_transport(sentry_init):
431
432
433
@minimum_python_38
434
-@pytest.mark.asyncio
+@pytest.mark.asyncio(loop_scope="module")
435
async def test_internal_tasks_not_wrapped(sentry_init, capture_events):
436
437
sentry_init(integrations=[AsyncioIntegration()], traces_sample_rate=1.0)
0 commit comments