Re: [matplotlib-devel] mpl_toolkits tests module not included in install

2014-04-15 Thread Benjamin Root
Pinging on this issue now that we are about to include a new graph type in mplot3d. My thinking is that the determination of inclusion of this new OptionalPackage should be made based on whether the regular tests package was specified to be included *and* if the mpl_toolkits OptionalPackage was sp

[matplotlib-devel] mpl_toolkits tests module not included in install

2014-02-28 Thread Benjamin Root
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 ar