Skip to content

Commit

Permalink
add toml extra for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Feb 6, 2024
1 parent 6276fa9 commit 70caff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Docs = "https://noumenal.es/neapolitan/"

[project.optional-dependencies]
docs = ["Sphinx"]
tests = ["coverage", "django_coverage_plugin"]
tests = ["coverage[toml]", "django_coverage_plugin"]

[tool.coverage.run]
plugins = ["django_coverage_plugin"]

0 comments on commit 70caff1

Please sign in to comment.