Skip to content

Commit

Permalink
opt into strict mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 19, 2022
1 parent 15e09be commit 796ef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_asyncio/plugin.py
Expand Up @@ -95,7 +95,7 @@ def pytest_addoption(parser: Parser, pluginmanager: PytestPluginManager) -> None
parser.addini(
"asyncio_mode",
help="default value for --asyncio-mode",
default="legacy",
default="strict",
)


Expand Down

0 comments on commit 796ef05

Please sign in to comment.