Skip to content

Commit

Permalink
Add top-level folder to pythonpath for poetry testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson authored Mar 22, 2024
1 parent 374fb6a commit b8f9093
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 @@ -15,3 +15,8 @@ pytest = "^8.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

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

0 comments on commit b8f9093

Please sign in to comment.