[Python-Dev] [Distutils] [Catalog-sig] accept the wheel PEPs425, 426, 427
"Martin v. Löwis"
martin at v.loewis.de
Tue Nov 13 18:32:11 CET 2012
Am 13.11.12 17:45, schrieb Maciej Fijalkowski:
> For example distutils is absolutely *untestable* which makes it very
> far from good enough for me.
I never had issues with testing distutils applications. I use
"python setup.py sdist", then unpack the resulting source package,
install it, and run its test - if that passes, the packaging was
successful.
Regards,
Martin
More information about the Python-Dev
mailing list