Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Test error on test_mathtext for Python 3.6 #3

Closed
matthew-brett opened this issue Dec 30, 2016 · 4 comments
Closed

Test error on test_mathtext for Python 3.6 #3

matthew-brett opened this issue Dec 30, 2016 · 4 comments

Comments

@matthew-brett
Copy link
Contributor

I just got the Python 3.6 build and tests working with the fix from #2, but now I get this error:

======================================================================

ERROR: matplotlib.tests.test_mathtext.test_mathtext_cm_53.test

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/Users/travis/build/MacPython/matplotlib-wheels/venv/lib/python3.6/site-packages/nose/case.py", line 198, in runTest

    self.test(*self.arg)

  File "/Users/travis/build/MacPython/matplotlib-wheels/venv/lib/python3.6/site-packages/matplotlib/testing/decorators.py", line 53, in failer

    result = f(*args, **kwargs)

  File "/Users/travis/build/MacPython/matplotlib-wheels/venv/lib/python3.6/site-packages/matplotlib/testing/decorators.py", line 207, in do_test

    figure.savefig(actual_fname, **self._savefig_kwarg)

  File "/Users/travis/build/MacPython/matplotlib-wheels/venv/lib/python3.6/site-packages/matplotlib/figure.py", line 1563, in savefig

[snip]

 File "/Users/travis/build/MacPython/matplotlib-wheels/venv/lib/python3.6/site-packages/pyparsing.py", line 1510, in _parseCache

    value = cache.get(lookup)

  File "/Users/travis/build/MacPython/matplotlib-wheels/venv/lib/python3.6/site-packages/pyparsing.py", line 1459, in get

    return cache.get(key, not_in_cache)

RecursionError: maximum recursion depth exceeded

https://s3.amazonaws.com/archive.travis-ci.org/jobs/187592465/log.txt

Any insight into what's going on there?

@matthew-brett
Copy link
Contributor Author

Same error testing v2.x:

https://api.travis-ci.org/jobs/187655630/log.txt?deansi=true

@matthew-brett matthew-brett changed the title Test error on test_mathtext for Python 3.6, MPL 1.5.3 Test error on test_mathtext for Python 3.6 Dec 30, 2016
@tacaswell
Copy link
Contributor

Odd. We have been running 3.6 tests against the pre-releases on travis for a while. Can you reproduce this one locally?

@matthew-brett
Copy link
Contributor Author

Sigh. Yes, but only when running the full test suite, not the individual tests. Have you got a Mac to test on?

@tacaswell
Copy link
Contributor

I do not have easy access to a mac

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants