-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
3.0.0 sdist is missing tests/__init__.py #346
Comments
How do you run the test with sdist? May I know the command? So, basically, if I put a |
Roughly, |
I'll make a pull request in a minute. |
Include documentation sources and test files in sdist archives, to make them more useful to distribution packagers. Fixes lepture#346
Are you planned to make another release soon or should we workaround this on our end? |
I'll make a release soon. |
Thank you. I can confirm that 3.0.1 worked! |
When attempting to run the test suite from 3.0.0 sdist, I'm getting errors such as the following:
It seems that
tests/__init__.py
file is missing from the sdist for some reason.The text was updated successfully, but these errors were encountered: