Closed ocefpaf closed 3 years ago
Thanks! I don't think it is necessary to ship tests with the package. @darribas any thoughts?
Tests in the sdist are good; it means we can install and test from there without resorting to finding the right GitHub repo.
The current setup packages the tests directory as a module. B/c many Python libraries make that mistake it causes clobber errors downstream. This PR removes this behavior but if the authors want to ship the tests with the library the "right" thing to do is to move it inside the module folder.