Skip to content

Commit

Permalink
added [tool.pytest.ini_options] pythonpath = [src]
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Feb 20, 2024
1 parent 5a639ae commit c0e7331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ flake8 = "^7.0.0"
pytest = "^8.0.1"
pytest-runner = "^6.0.1"

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

[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
Expand Down

0 comments on commit c0e7331

Please sign in to comment.