Skip to content

Commit

Permalink
Define src path for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kianby committed Nov 11, 2023
1 parent 760097f commit f3fa784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ dependencies = [
"pydal>=20230521.1"
]

[tool.pytest.ini_options]
pythonpath = [
"src"
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit f3fa784

Please sign in to comment.