[issue35795] test_pkgutil test_zipapp fail in AMD64 Windows7 SP1 3.x and AMD64 Windows7 SP1 3.7 buildbots

Jeremy Kloth report at bugs.python.org
Mon Jan 21 10:27:56 EST 2019


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

This is an old, but recurring issue with Windows and directory tree removal: see issue15496

Basically, for stable (Windows) buildbots, directory tree removal needs to go through support.rmtree, not any of the stdlib methods for doing so.  In a nutshell, the tests need to be changed to do this.  Or, I suppose, we finally bite the bullet and incorporate the support.rmtree logic into the stdlib somehow.

In other words, the buildbot is fine, the tests are broken.

----------
nosy: +jkloth

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35795>
_______________________________________


More information about the Python-bugs-list mailing list