-
Notifications
You must be signed in to change notification settings - Fork 864
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
sdist is missing tox.ini #1336
Comments
I was curious if this was a regression introduced in #1324 and have confirmed that it is not. We have never included the As an aside, it is easy to run tests of our code with |
I'm packaging markdown (and many other Python projects) for OpenIndiana. During the packaging we prefer to run tests to make sure everything is okay. We found several bugs either in our platform or in various Python projects using this approach. To make the integration as smooth as possible we prefer standardized way to run tests. Currently the most usual way to run tests is via An idea to use copy of git repo is possible too, but that's harder to do automatically (we do have all the packaging fully automatic, including testing) because there is no direct and reliable link from PyPI to github repo or github tarball. And yes, the For reference here is an example how similar issue got handled in virtualenv recently. Thank you. |
A PR is welcome. |
👍 Fedora packaging also prefers to work from sdists rather than git checkouts, when possible. Since it's a one-line change, see #1340. |
The sdist package at PyPI is missing
tox.ini
file. Please add the missing file to sdist to make downstream testing easier. Thank you.The text was updated successfully, but these errors were encountered: