File fixture-scope.patch of Package python-elastic-transport
Index: elastic-transport-python-8.17.1/setup.cfg
===================================================================
--- elastic-transport-python-8.17.1.orig/setup.cfg
+++ elastic-transport-python-8.17.1/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 =