Skip to content

Commit ad9b2ad

Browse files
committed
Revert "Enable pytest-cov[toml] akin to upstream coverage[toml]"
This reverts commit f7bdfcf.
1 parent f7bdfcf commit ad9b2ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

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

0 commit comments

Comments
 (0)