From cf4530ab593446909d8a61e2232715a65f9451b2 Mon Sep 17 00:00:00 2001 From: MeggyCal Date: Mon, 15 Sep 2025 12:52:46 +0200 Subject: [PATCH] Fix behavior with pytest-asyncio 1.2.0 (#257) (cherry picked from commit d749d0be54821e81979888ff34b1451354548863) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4984932..56a488b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ profile = black [tool:pytest] addopts = -vvv --cov-report=term-missing --cov=elastic_transport -asyncio_default_fixture_loop_scope = "function" +asyncio_default_fixture_loop_scope = function [coverage:report] omit =