You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Somehow, test_env_var_debug sometimes launches a subprocess that imports an
incorrect version of asyncio.
On my machine, I have a python 3.4 installed through macports, so when I run $
python3.4 runtests.py in tulip project directory, this test crashes, because it
tries to use asyncio from macports build.
Here's a link to code review: https://codereview.appspot.com/148110044
Original issue reported on code.google.com by yseliva...@gmail.com on 25 Sep 2014 at 7:06