Skip to content

Commit c2d301b

Browse files
committed
Stop modifying default_test_modules in pytest build.
1 parent 5f69c05 commit c2d301b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def pytest_configure(config):
6969
matplotlib._init_tests()
7070

7171
if config.getoption('--no-pep8'):
72-
default_test_modules.remove('matplotlib.tests.test_coding_standards')
7372
IGNORED_TESTS['matplotlib'] += 'test_coding_standards'
7473

7574

0 commit comments

Comments
 (0)