Skip to content

Commit 31426f6

Browse files
committed
Proper syntax.
1 parent aaf9a4c commit 31426f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ changedir = {envtmpdir}
1313
passenv = CODECOV* CI
1414
setenv =
1515
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
16-
tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning,ignore,the imp module:DeprecationWarning
16+
tests: PYTHONWARNINGS = error,ignore:Creating a LegacyVersion:DeprecationWarning,ignore:SelectableGroups dict interface:DeprecationWarning,ignore:":UserWarning,ignore:the imp module:DeprecationWarning
1717
1818
coverage,codecov: MAYBE_COVERAGE = coverage run -m
1919
coverage,codecov: COVERAGE_RCFILE={toxinidir}/.coveragerc

0 commit comments

Comments
 (0)