Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude tests from packaged distribution #19

Merged
merged 1 commit into from
Feb 13, 2022
Merged

Conversation

jaimergp
Copy link
Contributor

A top-level tests package is usually a bad idea since it can be clobbered with other (mispackaged) distributions. If you want to distribute tests, they should be included within the main namespace of the package.

I am patching this as part of the review for the conda-forge submission.

Thanks!

@the-lay
Copy link
Owner

the-lay commented Feb 13, 2022

I completely missed the tests "leaking" out to site-packages until now! Thank you for the PR, will merge it right away and make a new release.

@the-lay the-lay merged commit 3028561 into the-lay:master Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants