Skip to content

Commit

Permalink
set pytonpath for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 27, 2024
1 parent 31bea90 commit a65d997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ omit = [

[tool.pytest.ini_options]
testpaths = [
"tests",
"src/test",
]
pythonpath = "src"
xfail_strict = true
addopts = [
# "-Werror", # if 3rd party libs raise DeprecationWarnings, just use filterwarnings below
Expand Down

0 comments on commit a65d997

Please sign in to comment.