Skip to content

Commit

Permalink
Enable pytest-cov[toml] akin to upstream coverage[toml]
Browse files Browse the repository at this point in the history
nedbat/coveragepy#664 (+ later fixes)

Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Sep 29, 2022
1 parent 28db055 commit 562aae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ def run(self):
'six',
'pytest-xdist',
'virtualenv',
]
],
# Enable pyproject.toml support.
'toml': ['coverage[toml]'],
},
entry_points={
'pytest11': [
Expand Down

0 comments on commit 562aae0

Please sign in to comment.