python-fastjsonschema
python-fastjsonschema copied to clipboard
Provide tests in sdist tarball
Hi! I'm currently looking into packaging this project for Arch Linux.
We usually rely on upstream's unit tests to figure out whether a given project is compatible with our Python ecosystem. Unfortunately the tests and test data is missing from the sdist tarballs on pypi.org. Would it be possible to add them?
As this project uses a git submodule for its test data, those files will also not be included in github's auto-generated release tarballs. So downstreams have to rely on git to get to the files and run tests, which is a bit suboptimal.
Thanks for the consideration!