Skip to content

Commit

Permalink
Enable pytest-asyncio strict mode (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Jan 21, 2022
1 parent f0cd805 commit 45a2dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pythonVersion = "3.8"
typeCheckingMode = "strict"

[tool.pytest.ini_options]
[pytest]
asyncio_mode = "strict"
xfail_strict = true
norecursedirs = [
"docs",
Expand Down

0 comments on commit 45a2dcb

Please sign in to comment.