Skip to content

Commit e23bcb7

Browse files
dnicolodirgommers
authored andcommitted
MAINT: do not require the pytest-cov toml extra
AFAICT it never existed. This avoids a warning when installing the test dependencies.
1 parent 3c6b89d commit e23bcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ changelog = 'https://mesonbuild.com/meson-python/changelog.html'
5252
test = [
5353
'build',
5454
'pytest >= 6.0',
55-
'pytest-cov[toml]',
55+
'pytest-cov',
5656
'pytest-mock',
5757
'cython >= 3.0.3', # required for Python 3.12 support
5858
'wheel',

0 commit comments

Comments
 (0)