[issue12132] test_packaging failures when run with -j

2011-05-22 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue12132] test_packaging failures when run with -j

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ba12ac770e0 by Tarek Ziade in branch 'default': Issue 12132 - skip the test_buil_ext test if the xx module is not found http://hg.python.org/cpython/rev/1ba12ac770e0 -- nosy: +python-dev ___ Python trac

[issue12132] test_packaging failures when run with -j

2011-05-22 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- resolution: duplicate -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue12132] test_packaging failures when run with -j

2011-05-21 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue12132] test_packaging failures when run with -j

2011-05-21 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- superseder: test_packaging failures when run with -j -> --multiprocessing fails with packaging.tests.test_command_build_ext ___ Python tracker ___ __

[issue12132] test_packaging failures when run with -j

2011-05-21 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- superseder: -> test_packaging failures when run with -j ___ Python tracker ___ ___ Python-bugs-list maili

[issue12132] test_packaging failures when run with -j

2011-05-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> tarek components: +Distutils2 nosy: +alexis, eric.araujo ___ Python tracker ___ ___ Pytho

[issue12132] test_packaging failures when run with -j

2011-05-21 Thread Nadeem Vawda
New submission from Nadeem Vawda : test_packaging fails when regrtest is run with the -j option (run multiple tests concurrently). $ ./python -Wd -E -bb -j0 -v test_packaging [snip] == ERROR: test_build_ext