Skip to content

Commit

Permalink
ci: remove pytest init pythonpath
Browse files Browse the repository at this point in the history
in attempt to get pytest to find renee.src.renee on GHA
  • Loading branch information
kelly-sovacool committed Aug 5, 2024
1 parent 9430510 commit 1f77f9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,3 @@ renee = "."
[tool.setuptools.dynamic]
version = {file = "VERSION"}
readme = {file = "README.md"}

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

0 comments on commit 1f77f9b

Please sign in to comment.