Skip to content

Commit

Permalink
Add . to pythonpath.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson authored Mar 21, 2024
1 parent 693c988 commit 921b543
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 @@ -18,3 +18,8 @@ networkx = "^3.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

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

0 comments on commit 921b543

Please sign in to comment.