Skip to content

Commit

Permalink
Use importlib mode for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
khardix committed May 17, 2024
1 parent 598a3be commit 2b3865c
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 @@ -112,7 +112,7 @@ use_parentheses = true
line_length = 80

[tool.pytest.ini_options]
addopts = "--doctest-modules"
addopts = "--doctest-modules --import-mode=importlib"

[tool.mypy]
files = [
Expand Down

0 comments on commit 2b3865c

Please sign in to comment.