Skip to content

Commit

Permalink
BUG: update coverage install
Browse files Browse the repository at this point in the history
The coverage module requires extra dependencies to work with a toml file.
  • Loading branch information
aburrell committed Mar 28, 2024
1 parent 78d77d2 commit fc34717
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 @@ -71,7 +71,7 @@ doc = [
"numpydoc",
]
test = [
"coverage",
"coverage[toml]",
"coveralls",
"flake8",
"packaging",
Expand Down

0 comments on commit fc34717

Please sign in to comment.