-
-
Notifications
You must be signed in to change notification settings - Fork 50
feat: include tests in sdist
releases
#336
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
Comments
sdist
releases
@bollwyvl does the current ticket description suite your needs? |
fixes #336 Signed-off-by: Jan Kowalleck <[email protected]>
Yep, that's great. Likely it's a one-liner in e.g. |
* feat: include `tests` in `sdist` builds for #336 * delete unexpected `DS_Store` file Signed-off-by: Jan Kowalleck <[email protected]>
Releases should include the tests in the I would expect that you still need to install the test/dev dependencies somehow. |
One last missing piece of testing the package as-installed is the expectation of the relative path to the
I've added this patch which seems to do the trick, and can do a proper PR if there isn't a whole ceremony around it with CLAs, etc. Also note (and I believe this is |
Sounds reasonable. Will incorporate this patch in our tests. |
SOrry to hear. |
Once again, I thank you for helping improve this lib. The extra |
As of #334 (comment)
sdist
releases are - as the name says - source releases, in contrast toegg
/wheel
/bin releases, so it should be no issue to put the tests next to the sources.Acceptance criteria:
sdist
bundlesdist
bundle is actually installed viapip
or somethingThe text was updated successfully, but these errors were encountered: