Skip to content

Commit

Permalink
added pythonpath for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Coerulatus committed May 14, 2024
1 parent 34da4f8 commit 9fc0a7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ ignore_missing_imports = true

[tool.pytest.ini_options]
addopts = "--capture=no"
pythonpath = [
"."
]


[tool.numpydoc_validation]
checks = [
Expand Down

0 comments on commit 9fc0a7f

Please sign in to comment.