Hello, Would it please be possible to include the tests in the pypi tars so that downstream users (like us Linux distributions) can run the tests too? Because versioneer is used here, a few issues crop up: - it is non-trivial to match pypi releases to untagged github commits, - if one does manage to locate the matching commit, versioneer cannot generate version information from github generated archives (see https://github.com/warner/python-versioneer/issues/140#issuecomment-292746426) So, including the tests in the pypi tars will simplify things quite a bit for those of us who rely on the pypi tar. Cheers,
Hello,
Would it please be possible to include the tests in the pypi tars so that downstream users (like us Linux distributions) can run the tests too?
Because versioneer is used here, a few issues crop up:
So, including the tests in the pypi tars will simplify things quite a bit for those of us who rely on the pypi tar.
Cheers,