[issue13193] test_packaging and test_distutils failures

Roumen Petrov report at bugs.python.org
Sat Nov 5 16:13:19 CET 2011


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

Test test_install and test_command_install_data interference cache . Adding clear_cache as clean up routine  will resolve reported issue with Spamlib. The patch is trivial. Also one of the test set clear_cache as cleanup.

Most important is why packaging use global variables . To me good solution will not use globals , but this  require authors to rewrite packaging itself.

----------
nosy: +rpetrov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13193>
_______________________________________


More information about the Python-bugs-list mailing list