Skip to content

Commit 1cc795e

Browse files
Fix behavior with pytest-asyncio 1.2.0 (#257) (#258)
(cherry picked from commit d749d0b) Co-authored-by: MeggyCal <MeggyCal@users.noreply.github.com>
1 parent b385817 commit 1cc795e

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)