Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-04 Thread Eli Bendersky
On Sun, Aug 4, 2013 at 7:26 AM, Nick Coghlan wrote: > On 4 August 2013 23:40, Eli Bendersky wrote: >> On Sat, Aug 3, 2013 at 7:08 PM, Nick Coghlan wrote: >>> Sure, it's just unusual to have a case where "importing is blocked by adding >>> None to sys.modules" differs from "not actually available

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-04 Thread Nick Coghlan
On 4 August 2013 23:40, Eli Bendersky wrote: > On Sat, Aug 3, 2013 at 7:08 PM, Nick Coghlan wrote: >> Sure, it's just unusual to have a case where "importing is blocked by adding >> None to sys.modules" differs from "not actually available", so I'd like to >> understand the situation better. > >

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-04 Thread Eli Bendersky
On Sat, Aug 3, 2013 at 7:08 PM, Nick Coghlan wrote: > > On 4 Aug 2013 12:03, "Eli Bendersky" wrote: >> >> On Sat, Aug 3, 2013 at 6:59 PM, Nick Coghlan wrote: >> > >> > On 4 Aug 2013 09:43, "Eli Bendersky" wrote: >> >> >> >> Hi All, >> >> >> >> Today the issue of cross-test global env dependenci

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-04 Thread Eli Bendersky
On Sun, Aug 4, 2013 at 5:44 AM, R. David Murray wrote: > On Sat, 03 Aug 2013 19:04:21 -0700, Eli Bendersky wrote: >> On Sat, Aug 3, 2013 at 6:57 PM, R. David Murray >> wrote: >> > On Sat, 03 Aug 2013 16:47:37 -0700, Eli Bendersky wrote: >> >> On Sat, Aug 3, 2013 at 4:36 PM, Eli Bendersky wrot

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-04 Thread R. David Murray
On Sat, 03 Aug 2013 19:04:21 -0700, Eli Bendersky wrote: > On Sat, Aug 3, 2013 at 6:57 PM, R. David Murray wrote: > > On Sat, 03 Aug 2013 16:47:37 -0700, Eli Bendersky wrote: > >> On Sat, Aug 3, 2013 at 4:36 PM, Eli Bendersky wrote: > >> > Hi All, > >> > > >> > Today the issue of cross-test glo

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-03 Thread Nick Coghlan
On 4 Aug 2013 12:03, "Eli Bendersky" wrote: > > On Sat, Aug 3, 2013 at 6:59 PM, Nick Coghlan wrote: > > > > On 4 Aug 2013 09:43, "Eli Bendersky" wrote: > >> > >> Hi All, > >> > >> Today the issue of cross-test global env dependencies showed its ugly > >> head again for me. I recall a previous di

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-03 Thread Eli Bendersky
On Sat, Aug 3, 2013 at 6:59 PM, Nick Coghlan wrote: > > On 4 Aug 2013 09:43, "Eli Bendersky" wrote: >> >> Hi All, >> >> Today the issue of cross-test global env dependencies showed its ugly >> head again for me. I recall a previous discussion >> (http://mail.python.org/pipermail/python-dev/2013-J

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-03 Thread Nick Coghlan
On 4 Aug 2013 09:43, "Eli Bendersky" wrote: > > Hi All, > > Today the issue of cross-test global env dependencies showed its ugly > head again for me. I recall a previous discussion > (http://mail.python.org/pipermail/python-dev/2013-January/123409.html) > but there were many more over the years.

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-03 Thread R. David Murray
On Sat, 03 Aug 2013 16:47:37 -0700, Eli Bendersky wrote: > On Sat, Aug 3, 2013 at 4:36 PM, Eli Bendersky wrote: > > Hi All, > > > > Today the issue of cross-test global env dependencies showed its ugly > > head again for me. I recall a previous discussion > > (http://mail.python.org/pipermail/pyt

Re: [Python-Dev] Allowing to run certain regression tests in subprocesses

2013-08-03 Thread Eli Bendersky
On Sat, Aug 3, 2013 at 4:36 PM, Eli Bendersky wrote: > Hi All, > > Today the issue of cross-test global env dependencies showed its ugly > head again for me. I recall a previous discussion > (http://mail.python.org/pipermail/python-dev/2013-January/123409.html) > but there were many more over the