Skip to content

1.3.0rc4: FAIL: matplotlib.tests.test_basic.test_override_builtins #2185

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

Closed
sandrotosi opened this issue Jun 30, 2013 · 5 comments
Closed

1.3.0rc4: FAIL: matplotlib.tests.test_basic.test_override_builtins #2185

sandrotosi opened this issue Jun 30, 2013 · 5 comments

Comments

@sandrotosi
Copy link
Contributor

Hello,
I'm getting this failure with Python 3.3 only:

======================================================================
FAIL: matplotlib.tests.test_basic.test_override_builtins
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/morph/deb/build-area/matplotlib-1.3.0~rc4/build/lib.linux-x86_64-3.3/matplotlib/tests/test_basic.py", line 37, in te
st_override_builtins
    assert not overridden
AssertionError: AssertionError: 
-------------------- >> begin captured stdout << ---------------------
'__loader__' was overridden in globals().

--------------------- >> end captured stdout << ----------------------

----------------------------------------------------------------------
@NelleV
Copy link
Member

NelleV commented Jun 30, 2013

Thanks a lot for this bug report.
We are also having this issue on travis, but we were not able to reproduce
the error on our local machines. Can you give us more information on how
you installed python3.3 and your distribution?

Many thanks,
Nelle

Hello,

I'm getting this failure with Python 3.3 only:

FAIL: matplotlib.tests.test_basic.test_override_builtins

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/home/morph/deb/build-area/matplotlib-1.3.0~rc4/build/lib.linux-x86_64-3.3/matplotlib/tests/test_basic.py", line 37, in te
st_override_builtins
assert not overridden
AssertionError: AssertionError:
-------------------- >> begin captured stdout << ---------------------
'loader' was overridden in globals().

--------------------- >> end captured stdout << ----------------------



Reply to this email directly or view it on GitHubhttps://github.com//issues/2185
.

@dmcdougall
Copy link
Member

This is fixed by #2170 which is in master. It'll be sorted when we cut the 1.3.0 final, so I'm going to close this.

@sandrotosi Thanks for the report. It's great to see people running the tests.

@mdboom
Copy link
Member

mdboom commented Jul 1, 2013

@sandrotosi: when you get a chance, can you confirm #2170 fixes this for you? We saw it appear suddenly on Travis CI late last week, and we don't really know what may have changed in the Debian/Ubuntu Python 3.3 packages that would have created, only that it's benign, so we instead updated the tests. But your deeper Debian knowledge may offer some clues.

@NelleV
Copy link
Member

NelleV commented Jul 2, 2013

@dmcdougall that issue isn't really fixed - we're just ignoring the problem right now. It would be good to understand what is happening.

@sandrotosi
Copy link
Contributor Author

@mdboom I can confirm that with #2170 the failure is fixed (or at least it's no longer listed as a failure ;) )

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

No branches or pull requests

4 participants