[issue4070] python tests failure if builddir <> sourcedir

2009-02-05 Thread Neil Schemenauer
Changes by Neil Schemenauer : -- assignee: -> nascheme nosy: +nascheme resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue4070] python tests failure if builddir <> sourcedir

2008-10-21 Thread Roumen Petrov
Roumen Petrov <[EMAIL PROTECTED]> added the comment: About issue4151 - clean up is in test_sysconfig.py and setup.py - it is fine with me. Modification for test_build_ext.py from above mentioned issue break non-posix builds. ___ Python tracker <[EMAIL PROTECT

[issue4070] python tests failure if builddir <> sourcedir

2008-10-20 Thread Neil Schemenauer
Neil Schemenauer <[EMAIL PROTECTED]> added the comment: Issue 4151 contains a similar patch but it cleans up more code, IMHO. -- nosy: +nas ___ Python tracker <[EMAIL PROTECTED]> _

[issue4070] python tests failure if builddir <> sourcedir

2008-10-09 Thread Michael Mysinger
Michael Mysinger <[EMAIL PROTECTED]> added the comment: Just an FYI that I had an error in test_distutils that this patch fixed. I was not doing anything abnormal. Just building from the 2.6 source distribution, making a arch specific sub-directory, using ../configure, make, and then make test.

[issue4070] python tests failure if builddir <> sourcedir

2008-10-07 Thread Roumen Petrov
New submission from Roumen Petrov <[EMAIL PROTECTED]>: The proposed patch add possibility to run python tests if python is build outside source tree on POSIX systems. -- components: Tests files: python-trunk-DIST.patch keywords: patch messages: 74492 nosy: rpetrov severity: normal status