Jeremy Kloth <jeremy.kloth+python-trac...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35795>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to