[issue7408] test_distutils fails on Mac OS X 10.5

Tarek Ziadé report at bugs.python.org
Sun Nov 29 23:30:38 CET 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

I've dropped the gid control and just check the uid.

>From Distutils PoV, as long as this uid test pass, I can defer the
complete uid/gid test to the dedicated tarfile tests.

What is important here is being able to check that I can force a
different uid/gid for sdist archives (the first part of my test) and
this works well.

Thanks everyone for the help !

done in r76588, r76590

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list