Skip to content

Commit

Permalink
Add pytest-cov to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidCEllis committed Oct 20, 2023
1 parent 5ca01bc commit a92fcc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools",
"setuptools>=61.0",
"wheel",
]
build-backend = "setuptools.build_meta"

Expand All @@ -23,7 +24,7 @@ classifiers = [
dynamic = ['version']

[project.optional-dependencies]
testing = ["pytest"]
testing = ["pytest", "pytest-cov"]

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit a92fcc2

Please sign in to comment.