From a63b3f8838b705d0770dbeb6796ebc1d11848f03 Mon Sep 17 00:00:00 2001 From: jonathanedey Date: Mon, 15 Sep 2025 10:30:19 -0400 Subject: [PATCH] chore: Removed deprecated `asyncio_default_fixture_loop_scope` config --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 32e00676..4c6cf8d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,3 @@ [tool:pytest] testpaths = tests asyncio_default_test_loop_scope = class -asyncio_default_fixture_loop_scope = None