notanumber / xapian-haystack

A Xapian backend for Haystack
GNU General Public License v2.0
154 stars 93 forks source link

pypi sdist tarballs don't include tests #191

Closed dvzrv closed 3 years ago

dvzrv commented 4 years ago

Hi! When trying to package 2.1.1 from the pypi sdist tarball, I tried running tests, but they are not included in the tarball. Please add them to MANIFEST.in, so distributions and anyone really can run them.

dvzrv commented 3 years ago

This is still a problem with 3.0.0

claudep commented 3 years ago

Sure, patch welcome!

claudep commented 3 years ago

Should be fixed in f1c3c304e. However, note that running tests is a bit complex, as a django-haystack checkout has to be done (see github workflow file for details).