Skip to content

Commit

Permalink
change pytest to use importlib mode
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 10, 2024
1 parent 9ee3bea commit 3c602d0
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 @@ -91,7 +91,7 @@ convention = "google"


[tool.pytest.ini_options]
pythonpath = "src tests"
pythonpath = "tests"
addopts = [
"--import-mode=importlib",
]

0 comments on commit 3c602d0

Please sign in to comment.