From: Benjamin R. <ben...@ou...> - 2014-02-28 15:34:47
|
I was just about to put together a PR to whitelist the test_mplot3d.py so that Travis would do these tests by default, when I discovered that the test wasn't even available via the packaged install. In setupext.py, we have a mpl_toolkits OptionalPackage as well as a tests OptionalPackage, which are tests for mpl proper, and not mpl_toolkits. Should the tests for mpl_toolkits be considered a separate OptionalPackage with dependencies on mpl_toolkits and tests? I am already pushing the amount of free time I have to work on this, unfortunately. Cheers! Ben Root |