#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 ram@…): I've heard from upstream and it turns out the using the command: {{{ nosetests -exe matplotlib }}} isn't the correct way of running the tests, as `matplotlib` has `nose` extensions that running them using the above doesn't load the extensions hence the errors. If you run: {{{ python -c "import matplotlib; matplotlib.test()" }}} then I expect the testsuite will pass. -- Ticket URL: <https://trac.macports.org/ticket/36930#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS