From 2d0f3b582b6c378076160cc06d3487bf33c95085 Mon Sep 17 00:00:00 2001 From: Chris White Date: Fri, 8 Nov 2024 05:17:26 -0800 Subject: [PATCH] Update pytest options per https://github.com/pytest-dev/pytest-asyncio/issues/924 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index da6b421f57ba..578de492d40c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,8 @@ env = PREFECT_LOGGING_SERVER_LEVEL = DEBUG asyncio_mode = auto +asyncio_default_fixture_loop_scope = "function" + timeout = 90 # Error on unhandled warnings