Skip to content

Commit 9f58ead

Browse files
committed
Satisfy CI: The coverage package asked for TOML support
The error message was: Can't read 'pyproject.toml' without TOML support. Install with [toml] extra
1 parent 2936c5b commit 9f58ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ install_requires =
7676
test =
7777
parameterized>=0.8,<1
7878
codecov>=2.1.0
79-
coverage>=5.2.0
79+
coverage[toml]>=5.2.0
8080
unittest-xml-reporting>=3.0.0
8181
requests-mock>=1.8.0
8282

0 commit comments

Comments
 (0)