Skip to content

Commit

Permalink
Do not force --cov for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Nov 13, 2023
1 parent 2e095a2 commit 18b4d4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dynamic = ["version"]
[project.optional-dependencies]
tests = [
"pytest",
"pytest-cov",
]
docs = [
"sphinx>=3.4,<5",
Expand All @@ -60,6 +59,3 @@ version = { attr = "setuptools_scm.get_version" }

[tool.setuptools_scm]
write_to = "boutdata/_version.py"

[tool.pytest.ini_options]
addopts = "--cov=boutdata"

0 comments on commit 18b4d4b

Please sign in to comment.