Skip to content

Commit cf4530a

Browse files
MeggyCalgithub-actions[bot]
authored andcommitted
Fix behavior with pytest-asyncio 1.2.0 (#257)
(cherry picked from commit d749d0b)
1 parent b385817 commit cf4530a

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)