Skip to content

Commit 4147d84

Browse files
committed
fix behaviour with pytest-asyncio 1.2.0
1 parent 23d0f56 commit 4147d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ profile = black
33

44
[tool:pytest]
55
addopts = -vvv --cov-report=term-missing --cov=elastic_transport
6-
asyncio_default_fixture_loop_scope = "function"
6+
asyncio_default_fixture_loop_scope = function
77

88
[coverage:report]
99
omit =

0 commit comments

Comments
 (0)