New submission from Tarek Ziadé <ziade.ta...@gmail.com>:

this test module looks for sysconfig.get_config_var('srcdir') which in turns 
uses the sys,executable path.

multiprocess seems to change it in every process, leading to the errors.

To reproduce:

./python Lib/test/regrtest.py -j2 -v test_packaging

A workaround is to skip the test in case the file is not found, but we need to 
fix it because it boils down to sysconfig being broken in multiprocess

----------
assignee: pitrou
messages: 136483
nosy: pitrou, tarek
priority: normal
severity: normal
status: open
title: --multiprocessing fails with packaging.tests.test_command_build_ext

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12141>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to