From 4147d8470728612fdea58457b656e3b90fcc4a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Cal=C3=A1bkov=C3=A1?= Date: Mon, 15 Sep 2025 12:25:16 +0200 Subject: [PATCH] fix behaviour with pytest-asyncio 1.2.0 --- 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 =