Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a3f28c

Browse files
committed
Disable PEP8 test for now.
1 parent e7fe5e7 commit 3a3f28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def get_file_results(self):
163163
self).get_file_results()
164164

165165

166-
def test_pep8_conformance():
166+
def _test_pep8_conformance():
167167
# Tests the matplotlib codebase against the "pep8" tool.
168168
#
169169
# Users can add their own excluded files (should files exist in the

0 commit comments

Comments
 (0)