Skip to content

Commit 2d64ca7

Browse files
committed
tox.ini: Fix toml extra specification for coverage target.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
1 parent 53c48ee commit 2d64ca7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ commands = pycodestyle setools/ setoolsgui/ tests/ seinfo seinfoflow sedt
1515
#setenv = SETOOLS_COVERAGE = 1
1616
passenv = {[testenv]passenv}
1717
deps = {[testenv]deps}
18-
coverage>=6.0
19-
extras = toml
18+
coverage[toml]>=6.0
2019
commands_pre = coverage --version
2120
coverage erase
2221
{[testenv]commands_pre}

0 commit comments

Comments
 (0)