Skip to content

Commit 796ef05

Browse files
committed
opt into strict mode by default
1 parent 15e09be commit 796ef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_asyncio/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def pytest_addoption(parser: Parser, pluginmanager: PytestPluginManager) -> None
9595
parser.addini(
9696
"asyncio_mode",
9797
help="default value for --asyncio-mode",
98-
default="legacy",
98+
default="strict",
9999
)
100100

101101

0 commit comments

Comments
 (0)