#36930: Update matplotlib to 1.2 and add Python 3.x ports ----------------------------+---------------------- Reporter: robitaille@… | Owner: ram@… Type: enhancement | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: py-matplotlib | ----------------------------+---------------------- Comment (by Deil.Christoph@…): I see two test errors with Python 2.7 on Mac OS X 10.8: {{{ $ nosetests -exe matplotlib ..........E.................................E........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................./opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/matplotlib/axes.py:1383: DeprecationWarning: use ax.patch instead warnings.warn('use ax.patch instead', DeprecationWarning) ......................................................................./opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/matplotlib/gridspec.py:298: UserWarning: This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect. warnings.warn("This figure includes Axes that are not " ................................. ====================================================================== ERROR: matplotlib.tests.test_basic.test_simple_knownfail ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/matplotlib/testing/decorators.py", line 47, in failer raise KnownFailureTest(msg) # An error here when running nose means that you don't have the matplotlib.testing.noseclasses:KnownFailure plugin in use. KnownFailureTest: Test known to fail ====================================================================== ERROR: matplotlib.tests.test_dates.test_empty_date_with_year_formatter.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/matplotlib/testing/decorators.py", line 72, in test self._func() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/matplotlib/testing/decorators.py", line 47, in failer raise KnownFailureTest(msg) # An error here when running nose means that you don't have the matplotlib.testing.noseclasses:KnownFailure plugin in use. KnownFailureTest: Test known to fail ---------------------------------------------------------------------- Ran 1054 tests in 292.678s FAILED (errors=2) }}} -- Ticket URL: <https://trac.macports.org/ticket/36930#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS