1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
PyPI source tarball has been chosen over Github release tarball,
because the latter does not provide a setup.py which--at this time--is
required for dh_python.
Consequently, fissix exclusively runs tests imported from upstream
lib2to3, and does not not have full coverage, ie: the code specific to
fissix and not to lib2to3 does not have coverage.
At such a time as dh_python supports pyproject.toml, the Github
release tarball should be preferred.
Secondly, self-tests are currently not installed to the bin:pkg,
because they fail byte-compilation, and the bin:pkg fails to install.
Autopkgtests are currently disabled, because they are not yet named,
and this causes "ModuleNotFoundError: No module named 'fissix.tests'"
-- Nicholas D Steeves <nsteeves@gmail.com>, Sat, 10 Oct 2020 19:31:48 -0400
|