Skip to content

Commit 7d25ee8

Browse files
authored
Merge pull request #6851 from Kojoley/fix-mpl_toolkits-coverage
CI: Do not restrict coverage to `matplotlib` module only
2 parents 8337686 + 9a054da commit 7d25ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ def _get_extra_test_plugins():
16061606

16071607

16081608
def _get_nose_env():
1609-
env = {'NOSE_COVER_PACKAGE': 'matplotlib',
1609+
env = {'NOSE_COVER_PACKAGE': ['matplotlib', 'mpl_toolkits'],
16101610
'NOSE_COVER_HTML': 1,
16111611
'NOSE_COVER_NO_PRINT': 1}
16121612
return env

0 commit comments

Comments
 (0)