Skip to content

Commit

Permalink
BUILD: Patch pytest sys.path
Browse files Browse the repository at this point in the history
  • Loading branch information
pastewka committed Jan 29, 2024
1 parent 0e012e7 commit e12c75b
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 @@ -29,6 +29,11 @@ test = [
"pytest-flake8"
]

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

[project.urls]
documentation = "https://imtek-simulation.github.io/python-skeleton/"
repository = "https://github.com/imtek-simulation/python-skeleton"
Expand Down

0 comments on commit e12c75b

Please sign in to comment.