Skip to content

Commit 562aae0

Browse files
committed
Enable pytest-cov[toml] akin to upstream coverage[toml]
nedbat/coveragepy#664 (+ later fixes) Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 28db055 commit 562aae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ def run(self):
142142
'six',
143143
'pytest-xdist',
144144
'virtualenv',
145-
]
145+
],
146+
# Enable pyproject.toml support.
147+
'toml': ['coverage[toml]'],
146148
},
147149
entry_points={
148150
'pytest11': [

0 commit comments

Comments
 (0)