R. David Murray <rdmur...@bitdance.com> added the comment:

One way to "fix" this would be to have make test run the tests with -j1 and 
pass in the -S and -s flags, and then have regrtest special case test_site and 
remove those flags for the run of that single test.

An interesting facet of this proposal in that it actually isolates the tests 
better.  But it will also slow down the test suite run a bit.  Since the tests 
are already run twice by make test, that may not matter all that much (that is, 
it's a start-the-run-and-walk-away situation anyway).

Note that all tests except test_trace currently pass with -S -s.

----------
stage: unit test needed -> needs patch
versions:  -Python 2.6

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

Reply via email to