Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b3410 commit ae7345bCopy full SHA for ae7345b
1 file changed
lib/matplotlib/tests/test_coding_standards.py
@@ -259,7 +259,9 @@ def test_pep8_conformance_installed_files():
259
def test_pep8_conformance_examples():
260
mpldir = os.environ.get('MPL_REPO_DIR', None)
261
if mpldir is None:
262
- raise KnownFailureTest("can not find the examples")
+ raise KnownFailureTest("can not find the examples, set env "
263
+ "MPL_REPO_DIR to point to the top-level path "
264
+ "of the source tree")
265
266
exdir = os.path.join(mpldir, 'examples')
267
blacklist = ['color',
0 commit comments