bambocher / pocketsphinx-python

Python interface to CMU Sphinxbase and Pocketsphinx libraries
https://pypi.python.org/pypi/pocketsphinx
Other
373 stars 187 forks source link

Include tests in PyPi release #55

Open PureTryOut opened 4 years ago

PureTryOut commented 4 years ago

It seems that the tarball from PyPi doesn't include the unittests, but they're in the Github release tarball. However, the Github tarball release doesn't include the required submodules in deps/, so now to run tests in distro packaging I need both the PyPi and the Github release and combine the two.

Please include the tests in the PyPi release to not make this necessary.