Skip to content

Commit

Permalink
remove pytest options which are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Oct 16, 2024
1 parent c114894 commit d69f71c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ hvac = "^2.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"

[tool.pytest.group.dev.ini_options]
pythonpath = "src"
addopts = [
"--import-mode=importlib",
]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit d69f71c

Please sign in to comment.