Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pep8 test failure on macosx #3219

Closed
katyhuff opened this issue Jul 11, 2014 · 0 comments · Fixed by #3221
Closed

pep8 test failure on macosx #3219

katyhuff opened this issue Jul 11, 2014 · 0 comments · Fixed by #3221

Comments

@katyhuff
Copy link
Contributor

I can fix this, because I can see the failure. (so, just assign it to me, if you like?)
the pep8 conformance test is failing on my system (macosx mavericks).

======================================================================
FAIL: matplotlib.tests.test_coding_standards.test_pep8_conformance
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/khuff/anaconda/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/khuff/anaconda/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.5-x86_64.egg/matplotlib/tests/test_coding_standards.py", line 252, in test_pep8_conformance
    assert_pep8_conformance()
  File "/Users/khuff/anaconda/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.5-x86_64.egg/matplotlib/tests/test_coding_standards.py", line 236, in assert_pep8_conformance
    assert_equal(result.total_errors, 0, msg)
AssertionError: Found code syntax errors (and warnings):
/Users/khuff/anaconda/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.5-x86_64.egg/matplotlib/backends/_macosx.py:3:14: E401 multiple imports on one line
/Users/khuff/anaconda/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.5-x86_64.egg/matplotlib/backends/_macosx.py:4:55: E231 missing whitespace after ','
/Users/khuff/anaconda/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.5-x86_64.egg/matplotlib/backends/_macosx.py:5:21: E702 multiple statements on one line (semicolon)
/Users/khuff/anaconda/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-macosx-10.5-x86_64.egg/matplotlib/backends/_macosx.py:6:29: E231 missing whitespace after ','

----------------------------------------------------------------------
Ran 4648 tests in 417.324s

FAILED (KNOWNFAIL=367, failures=1)
NelleV added a commit that referenced this issue Jul 11, 2014
Fixes #3219 by ignoring pep8 noncomplicant auto-generated file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant