Skip to content

Commit

Permalink
Fix python path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Jan 6, 2025
1 parent 40bf94b commit 494ea01
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 @@ -86,7 +86,7 @@ plugins.md013.enabled = false
extensions.front-matter.enabled = true

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

0 comments on commit 494ea01

Please sign in to comment.