From 8b0398e20ca2c7497085f53207d7277d72122458 Mon Sep 17 00:00:00 2001 From: rcholic Date: Sun, 21 Dec 2025 18:52:20 -0800 Subject: [PATCH] fix release sync --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index a45e757..d912f99 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,5 +3,5 @@ testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* -asyncio_mode = strict +asyncio_mode = auto