Re: [python-tulip] Python 3.4.2 released, release of asyncio 3.4.2?

2014-10-30 Thread Guido van Rossum
I still haven't gotten to this. But at least I've tagged 3.4.2 in the tulip repo (as the rev that matched the asyncio package in the CPython 3.4.2 tree exactly). On Thu, Oct 9, 2014 at 6:04 PM, Guido van Rossum wrote: > Yeah, we should release a Tulip 3.4.2 release that's identical to the > vers

Re: [python-tulip] Skipping 'test_tasks': No module named 'test.script_helper'

2014-10-30 Thread Guido van Rossum
Maybe you need to install the dev package? The default installation probably doesn't include all the test files, to save space. On Thu, Oct 30, 2014 at 8:57 AM, Gustavo Carneiro wrote: > > > On 30 October 2014 15:51, Skip Montanaro wrote: > >> It's in the Python unit tests: >> >> % find ~/3rdPa

Re: [python-tulip] Skipping 'test_tasks': No module named 'test.script_helper'

2014-10-30 Thread Gustavo Carneiro
On 30 October 2014 15:51, Skip Montanaro wrote: > It's in the Python unit tests: > > % find ~/3rdParty/python/cpython/ -name 'script_helper.py' > /home/skipm/3rdParty/python/cpython/Lib/test/script_helper.py > > That's from 2.7.x, but I imagine it's in the same or a similar location in > 3.x. > >

Re: [python-tulip] Skipping 'test_tasks': No module named 'test.script_helper'

2014-10-30 Thread Skip Montanaro
It's in the Python unit tests: % find ~/3rdParty/python/cpython/ -name 'script_helper.py' /home/skipm/3rdParty/python/cpython/Lib/test/script_helper.py That's from 2.7.x, but I imagine it's in the same or a similar location in 3.x. Skip On Thu, Oct 30, 2014 at 10:42 AM, Gustavo Carneiro wrote

[python-tulip] Skipping 'test_tasks': No module named 'test.script_helper'

2014-10-30 Thread Gustavo Carneiro
I get this message when I try to run tulip unit tests with system Python 3.4.2: Skipping 'test_tasks': No module named 'test.script_helper' I am trying to add a new test case, but all the task tests are skipped. Where can I find this test.script_helper module? -- Gustavo J. A. M. Carneiro Gambi