Closed
Description
As of #334 (comment)
The one thing that would be useful for downstreams is including the test files in the
sdist
uploaded to pypy: at present, these are downloaded separately, but sometimes git tags move, github-generated source tarballs change their SHA, etc. Having a single distribution, with a published SHA256, would simplify things a bit, but it's not a huge lift, and worth it to have tests.
sdist
releases are - as the name says - source releases, in contrast to egg
/wheel
/bin releases, so it should be no issue to put the tests next to the sources.
Acceptance criteria:
- tests are part of the
sdist
bundle - tests are not installed, when the
sdist
bundle is actually installed viapip
or something