ktosiek / pytest-vcr

Py.test integration with VCR.py
MIT License
150 stars 25 forks source link

PyPI sdist doesnt include tests #26

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

While packaging this for openSUSE, I found that the PyPI sdist doesnt include the tests

https://build.opensuse.org/package/show/home:jayvdb:coala:test-rig/python-pytest-vcr

Not a huge drama, as I can get them from https://github.com/ktosiek/pytest-vcr/releases , but it is preferable to have the sdist be usable as-is for packaging.

check-manifest can maintain the MANIFEST.in so that the sdist is always complete.