Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Closed
Milestone
Description
After merging#3646 I see a bunch of failures like this one with python 3.4.1:
======================================================================ERROR:matplotlib.tests.test_artist.test_cull_markers----------------------------------------------------------------------Traceback (mostrecentcalllast):File"/usr/local/lib/python3.4/site-packages/nose/case.py",line198,inrunTestself.test(*self.arg)File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/testing/decorators.py",line110,inwrapped_functionfunc(*args,**kwargs)File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/tests/test_artist.py",line139,intest_cull_markersfig.savefig(pdf,format="pdf")File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/figure.py",line1470,insavefigself.canvas.print_figure(*args,**kwargs)File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/backend_bases.py",line2194,inprint_figure**kwargs)File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/backends/backend_pdf.py",line2474,inprint_pdffile.close()File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/backends/backend_pdf.py",line525,incloseself.writeFonts()File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/backends/backend_pdf.py",line628,inwriteFontsfonts[Fx]=self.embedTTF(realpath,chars[1])File"/usr/local/Cellar/python3/3.4.2_1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/matplotlib-1.5.x-py3.4-macosx-10.10-x86_64.egg/matplotlib/backends/backend_pdf.py",line1056,inembedTTFpclt=font.get_sfnt_table('pclt')or {'capHeight':0,'xHeight':0}UnicodeDecodeError:'utf-8'codeccan'tdecodebyte0xffinposition0:invalidstartbyte----------------------------------------------------------------------
I.e. a large number of pdf tests using fonts fails. Not sure why travis doesn't hit this.
This is on OSX 10.10 with python installed from homebrew. The tests passes with Python 2.7
I did not test with python 3 before the merge.