aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
262 stars 74 forks source link

Tests should be included in source distribution #116

Open allanadair opened 1 year ago

allanadair commented 1 year ago

Hi,

I noticed that the tests are pruned from the source distributions as of version 2.0.7 in PyPI. For a source distribution where we have an extension module it is especially important that we are able to run the tests after a successful build. Would it be possible to update MANIFEST.in to instead include the tests?