Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name test_support #571

Closed
dbl001 opened this issue Jun 11, 2015 · 9 comments
Closed

ImportError: cannot import name test_support #571

dbl001 opened this issue Jun 11, 2015 · 9 comments

Comments

@dbl001
Copy link

dbl001 commented Jun 11, 2015

I'm running on OS X 10.10.3.
Anaconda stack $ conda -V
conda 3.13.0

$ ipython
Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42)
Type "copyright", "credits" or "license" for more information.

In [1]: from test import test_support as support

ImportError Traceback (most recent call last)
in ()
----> 1 from test import test_support as support

ImportError: cannot import name test_support

In [2]:

@jamadden
Copy link
Member

Can you describe what gevent has to do with this? I don't see any mention of it in the description/example.

@dbl001
Copy link
Author

dbl001 commented Jun 12, 2015

I get the error running tests:

E.g. -

$ PYTHONPATH=.. python testrunner.py --config ../known_failures.py

On Jun 12, 2015, at 5:28 AM, Jason Madden notifications@github.com wrote:

Can you describe what gevent has to do with this? I don't see any mention of it in the description/example.


Reply to this email directly or view it on GitHub #571 (comment).

@jamadden
Copy link
Member

The tests are green on Travis and locally for me so I'm not sure what the problem is. The output of your example, except using python -v to get import information might be helpful.

@dbl001
Copy link
Author

dbl001 commented Jun 12, 2015

PYTHONPATH=.. python testrunner.py --config ../known_failures.py
WARNING: The tests in 2.7/ are from version 2.7.3 and your Python is 2.7.10
thread pool size: 4

  • /Users/davidlaxer/anaconda/bin/python -u test__GreenletExit.py
  • /Users/davidlaxer/anaconda/bin/python -u test___example_servers.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_asyncore.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_asyncore.py
  • /Users/davidlaxer/anaconda/bin/python -u test__GreenletExit.py [took 0.1s]
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_ftplib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_asyncore.py
    Running with patch_all(Event=False): test_asyncore.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_asyncore.py [code 1] [took 0.3s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_ftplib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_asyncore.py
    Running with patch_all(Event=True): test_asyncore.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_asyncore.py [code 1] [took 0.6s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_httplib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_ftplib.py
    Running with patch_all(Event=False): test_ftplib.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_ftplib.py [code 1] [took 0.5s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_httplib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_ftplib.py
    Running with patch_all(Event=True): test_ftplib.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_ftplib.py [code 1] [took 0.4s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_httplib.py
Running with patch_all(Event=False): test_httplib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_httplib.py [code 1] [took 0.3s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_httplib.py
Running with patch_all(Event=True): test_httplib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_httplib.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_httpservers.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_httpservers.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_queue.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_queue.py
    Running with patch_all(Event=False): test_queue.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_queue.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_httpservers.py
Running with patch_all(Event=False): test_httpservers.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_httpservers.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_httpservers.py
Running with patch_all(Event=True): test_httpservers.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_httpservers.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_queue.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_select.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_select.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_select.py
    Running with patch_all(Event=True): test_select.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_select.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_queue.py
Running with patch_all(Event=True): test_queue.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_queue.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_select.py
Running with patch_all(Event=False): test_select.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_select.py [code 1] [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_signal.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_signal.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_smtplib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_signal.py
    Running with patch_all(Event=False): test_signal.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_signal.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_signal.py
Running with patch_all(Event=True): test_signal.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_signal.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_smtplib.py
Running with patch_all(Event=False): test_smtplib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_smtplib.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_smtplib.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_socket.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_socket.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_socket.py
    Running with patch_all(Event=False): test_socket.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_socket.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_smtplib.py
Running with patch_all(Event=True): test_smtplib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_smtplib.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_socket.py
Running with patch_all(Event=True): test_socket.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_socket.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_socketserver.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_socketserver.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_ssl.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_socketserver.py
    Running with patch_all(Event=True): test_socketserver.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_socketserver.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_ssl.py
Running with patch_all(Event=False): test_ssl.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_ssl.py [code 1] [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_ssl.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_subprocess.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_socketserver.py
    Running with patch_all(Event=False): test_socketserver.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_socketserver.py [code 1] [took 0.3s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_subprocess.py
Running with patch_all(Event=False): test_subprocess.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_subprocess.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_ssl.py
Running with patch_all(Event=True): test_ssl.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_ssl.py [code 1] [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_telnetlib.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_subprocess.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_telnetlib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_subprocess.py
    Running with patch_all(Event=True): test_subprocess.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_subprocess.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_telnetlib.py
Running with patch_all(Event=False): test_telnetlib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_telnetlib.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_telnetlib.py
Running with patch_all(Event=True): test_telnetlib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_telnetlib.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_thread.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_thread.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_threading.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_thread.py
    Running with patch_all(Event=False): test_thread.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_thread.py [code 1] [took 0.3s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_threading.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_thread.py
    Running with patch_all(Event=True): test_thread.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_thread.py [code 1] [took 0.4s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_threading_local.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_threading.py
    Running with patch_all(Event=False): test_threading.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_threading.py [code 1] [took 0.5s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_threading_local.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_threading.py
    Running with patch_all(Event=True): test_threading.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_threading.py [code 1] [took 0.4s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_timeout.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_threading_local.py
    Running with patch_all(Event=False): test_threading_local.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_threading_local.py [code 1] [took 0.3s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_threading_local.py
Running with patch_all(Event=True): test_threading_local.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_threading_local.py [code 1] [took 0.3s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_timeout.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_timeout.py
    Running with patch_all(Event=False): test_timeout.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_timeout.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib.py
Running with patch_all(Event=False): test_urllib.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_timeout.py
Running with patch_all(Event=True): test_timeout.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_timeout.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib.py
    Running with patch_all(Event=True): test_urllib.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2.py
Running with patch_all(Event=False): test_urllib2.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2.py
Running with patch_all(Event=True): test_urllib2.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2_localnet.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2_localnet.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2net.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2_localnet.py
    Running with patch_all(Event=True): test_urllib2_localnet.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2_localnet.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2_localnet.py
Running with patch_all(Event=False): test_urllib2_localnet.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2_localnet.py [code 1] [took 0.2s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2net.py
Running with patch_all(Event=False): test_urllib2net.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_urllib2net.py [code 1] [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2net.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_wsgiref.py
  • /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_wsgiref.py
    | /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2net.py
    Running with patch_all(Event=True): test_urllib2net.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "main", fname, loader, pkg_name)
    File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
    File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
    from test import test_support as support
    ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_urllib2net.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_wsgiref.py
Running with patch_all(Event=True): test_wsgiref.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test --Event test_wsgiref.py [code 1] [took 0.1s]
| /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_wsgiref.py
Running with patch_all(Event=False): test_wsgiref.py
Traceback (most recent call last):
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/davidlaxer/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/davidlaxer/gevent/greentest/monkey_test.py", line 23, in
from test import test_support as support
ImportError: cannot import name test_support

! /Users/davidlaxer/anaconda/bin/python -u -m monkey_test test_wsgiref.py [code 1] [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__all__.py

  • /Users/davidlaxer/anaconda/bin/python -u test__api.py

  • /Users/davidlaxer/anaconda/bin/python -u test__api_timeout.py
    | /Users/davidlaxer/anaconda/bin/python -u test__all__.py
    ......................IncompleteImplWarning: gevent.os.altsep
    IncompleteImplWarning: gevent.os.curdir
    IncompleteImplWarning: gevent.os.pardir
    IncompleteImplWarning: gevent.os.sep
    IncompleteImplWarning: gevent.os.extsep
    IncompleteImplWarning: gevent.os.pathsep
    IncompleteImplWarning: gevent.os.linesep
    IncompleteImplWarning: gevent.os.defpath
    IncompleteImplWarning: gevent.os.name
    IncompleteImplWarning: gevent.os.path
    IncompleteImplWarning: gevent.os.devnull
    IncompleteImplWarning: gevent.os.SEEK_SET
    IncompleteImplWarning: gevent.os.SEEK_CUR
    IncompleteImplWarning: gevent.os.SEEK_END
    IncompleteImplWarning: gevent.os.EX_CANTCREAT
    IncompleteImplWarning: gevent.os.EX_CONFIG
    IncompleteImplWarning: gevent.os.EX_DATAERR
    IncompleteImplWarning: gevent.os.EX_IOERR
    IncompleteImplWarning: gevent.os.EX_NOHOST
    IncompleteImplWarning: gevent.os.EX_NOINPUT
    IncompleteImplWarning: gevent.os.EX_NOPERM
    IncompleteImplWarning: gevent.os.EX_NOUSER
    IncompleteImplWarning: gevent.os.EX_OK
    IncompleteImplWarning: gevent.os.EX_OSERR
    IncompleteImplWarning: gevent.os.EX_OSFILE
    IncompleteImplWarning: gevent.os.EX_PROTOCOL
    IncompleteImplWarning: gevent.os.EX_SOFTWARE
    IncompleteImplWarning: gevent.os.EX_TEMPFAIL
    IncompleteImplWarning: gevent.os.EX_UNAVAILABLE
    IncompleteImplWarning: gevent.os.EX_USAGE
    IncompleteImplWarning: gevent.os.F_OK
    IncompleteImplWarning: gevent.os.NGROUPS_MAX
    IncompleteImplWarning: gevent.os.O_APPEND
    IncompleteImplWarning: gevent.os.O_ASYNC
    IncompleteImplWarning: gevent.os.O_CREAT
    IncompleteImplWarning: gevent.os.O_DIRECTORY
    IncompleteImplWarning: gevent.os.O_EXCL
    IncompleteImplWarning: gevent.os.O_EXLOCK
    IncompleteImplWarning: gevent.os.O_NDELAY
    IncompleteImplWarning: gevent.os.O_NOCTTY
    IncompleteImplWarning: gevent.os.O_NOFOLLOW
    IncompleteImplWarning: gevent.os.O_NONBLOCK
    IncompleteImplWarning: gevent.os.O_RDONLY
    IncompleteImplWarning: gevent.os.O_RDWR
    IncompleteImplWarning: gevent.os.O_SHLOCK
    IncompleteImplWarning: gevent.os.O_SYNC
    IncompleteImplWarning: gevent.os.O_TRUNC
    IncompleteImplWarning: gevent.os.O_WRONLY
    IncompleteImplWarning: gevent.os.R_OK
    IncompleteImplWarning: gevent.os.TMP_MAX
    IncompleteImplWarning: gevent.os.WCONTINUED
    IncompleteImplWarning: gevent.os.WCOREDUMP
    IncompleteImplWarning: gevent.os.WEXITSTATUS
    IncompleteImplWarning: gevent.os.WIFCONTINUED
    IncompleteImplWarning: gevent.os.WIFEXITED
    IncompleteImplWarning: gevent.os.WIFSIGNALED
    IncompleteImplWarning: gevent.os.WIFSTOPPED
    IncompleteImplWarning: gevent.os.WNOHANG
    IncompleteImplWarning: gevent.os.WSTOPSIG
    IncompleteImplWarning: gevent.os.WTERMSIG
    IncompleteImplWarning: gevent.os.WUNTRACED
    IncompleteImplWarning: gevent.os.W_OK
    IncompleteImplWarning: gevent.os.X_OK
    IncompleteImplWarning: gevent.os.abort
    IncompleteImplWarning: gevent.os.access
    IncompleteImplWarning: gevent.os.chdir
    IncompleteImplWarning: gevent.os.chflags
    IncompleteImplWarning: gevent.os.chmod
    IncompleteImplWarning: gevent.os.chown
    IncompleteImplWarning: gevent.os.chroot
    IncompleteImplWarning: gevent.os.close
    IncompleteImplWarning: gevent.os.closerange
    IncompleteImplWarning: gevent.os.confstr
    IncompleteImplWarning: gevent.os.confstr_names
    IncompleteImplWarning: gevent.os.ctermid
    IncompleteImplWarning: gevent.os.dup
    IncompleteImplWarning: gevent.os.dup2
    IncompleteImplWarning: gevent.os.environ
    IncompleteImplWarning: gevent.os.error
    IncompleteImplWarning: gevent.os.execv
    IncompleteImplWarning: gevent.os.execve
    IncompleteImplWarning: gevent.os.fchdir
    IncompleteImplWarning: gevent.os.fchmod
    IncompleteImplWarning: gevent.os.fchown
    IncompleteImplWarning: gevent.os.fdopen
    IncompleteImplWarning: gevent.os.forkpty
    IncompleteImplWarning: gevent.os.fpathconf
    IncompleteImplWarning: gevent.os.fstat
    IncompleteImplWarning: gevent.os.fstatvfs
    IncompleteImplWarning: gevent.os.fsync
    IncompleteImplWarning: gevent.os.ftruncate
    IncompleteImplWarning: gevent.os.getcwd
    IncompleteImplWarning: gevent.os.getcwdu
    IncompleteImplWarning: gevent.os.getegid
    IncompleteImplWarning: gevent.os.geteuid
    IncompleteImplWarning: gevent.os.getgid
    IncompleteImplWarning: gevent.os.getgroups
    IncompleteImplWarning: gevent.os.getloadavg
    IncompleteImplWarning: gevent.os.getlogin
    IncompleteImplWarning: gevent.os.getpgid
    IncompleteImplWarning: gevent.os.getpgrp
    IncompleteImplWarning: gevent.os.getpid
    IncompleteImplWarning: gevent.os.getppid
    IncompleteImplWarning: gevent.os.getsid
    IncompleteImplWarning: gevent.os.getuid
    IncompleteImplWarning: gevent.os.initgroups
    IncompleteImplWarning: gevent.os.isatty
    IncompleteImplWarning: gevent.os.kill
    IncompleteImplWarning: gevent.os.killpg
    IncompleteImplWarning: gevent.os.lchflags
    IncompleteImplWarning: gevent.os.lchmod
    IncompleteImplWarning: gevent.os.lchown
    IncompleteImplWarning: gevent.os.link
    IncompleteImplWarning: gevent.os.listdir
    IncompleteImplWarning: gevent.os.lseek
    IncompleteImplWarning: gevent.os.lstat
    IncompleteImplWarning: gevent.os.major
    IncompleteImplWarning: gevent.os.makedev
    IncompleteImplWarning: gevent.os.minor
    IncompleteImplWarning: gevent.os.mkdir
    IncompleteImplWarning: gevent.os.mkfifo
    IncompleteImplWarning: gevent.os.mknod
    IncompleteImplWarning: gevent.os.nice
    IncompleteImplWarning: gevent.os.open
    IncompleteImplWarning: gevent.os.openpty
    IncompleteImplWarning: gevent.os.pathconf
    IncompleteImplWarning: gevent.os.pathconf_names
    IncompleteImplWarning: gevent.os.pipe
    IncompleteImplWarning: gevent.os.popen
    IncompleteImplWarning: gevent.os.putenv
    IncompleteImplWarning: gevent.os.read
    IncompleteImplWarning: gevent.os.readlink
    IncompleteImplWarning: gevent.os.remove
    IncompleteImplWarning: gevent.os.rename
    IncompleteImplWarning: gevent.os.rmdir
    IncompleteImplWarning: gevent.os.setegid
    IncompleteImplWarning: gevent.os.seteuid
    IncompleteImplWarning: gevent.os.setgid
    IncompleteImplWarning: gevent.os.setgroups
    IncompleteImplWarning: gevent.os.setpgid
    IncompleteImplWarning: gevent.os.setpgrp
    IncompleteImplWarning: gevent.os.setregid
    IncompleteImplWarning: gevent.os.setreuid
    IncompleteImplWarning: gevent.os.setsid
    IncompleteImplWarning: gevent.os.setuid
    IncompleteImplWarning: gevent.os.stat
    IncompleteImplWarning: gevent.os.stat_float_times
    IncompleteImplWarning: gevent.os.stat_result
    IncompleteImplWarning: gevent.os.statvfs
    IncompleteImplWarning: gevent.os.statvfs_result
    IncompleteImplWarning: gevent.os.strerror
    IncompleteImplWarning: gevent.os.symlink
    IncompleteImplWarning: gevent.os.sysconf
    IncompleteImplWarning: gevent.os.sysconf_names
    IncompleteImplWarning: gevent.os.system
    IncompleteImplWarning: gevent.os.tcgetpgrp
    IncompleteImplWarning: gevent.os.tcsetpgrp
    IncompleteImplWarning: gevent.os.tempnam
    IncompleteImplWarning: gevent.os.times
    IncompleteImplWarning: gevent.os.tmpfile
    IncompleteImplWarning: gevent.os.tmpnam
    IncompleteImplWarning: gevent.os.ttyname
    IncompleteImplWarning: gevent.os.umask
    IncompleteImplWarning: gevent.os.uname
    IncompleteImplWarning: gevent.os.unlink
    IncompleteImplWarning: gevent.os.unsetenv
    IncompleteImplWarning: gevent.os.urandom
    IncompleteImplWarning: gevent.os.utime
    IncompleteImplWarning: gevent.os.wait
    IncompleteImplWarning: gevent.os.wait3
    IncompleteImplWarning: gevent.os.wait4
    IncompleteImplWarning: gevent.os.waitpid
    IncompleteImplWarning: gevent.os.write
    IncompleteImplWarning: gevent.os.makedirs
    IncompleteImplWarning: gevent.os.removedirs
    IncompleteImplWarning: gevent.os.renames
    IncompleteImplWarning: gevent.os.walk
    IncompleteImplWarning: gevent.os.execl
    IncompleteImplWarning: gevent.os.execle
    IncompleteImplWarning: gevent.os.execlp
    IncompleteImplWarning: gevent.os.execlpe
    IncompleteImplWarning: gevent.os.execvp
    IncompleteImplWarning: gevent.os.execvpe
    IncompleteImplWarning: gevent.os.getenv
    IncompleteImplWarning: gevent.os.spawnv
    IncompleteImplWarning: gevent.os.spawnve
    IncompleteImplWarning: gevent.os.spawnl
    IncompleteImplWarning: gevent.os.spawnle
    IncompleteImplWarning: gevent.os.spawnvp
    IncompleteImplWarning: gevent.os.spawnvpe
    IncompleteImplWarning: gevent.os.spawnlp
    IncompleteImplWarning: gevent.os.spawnlpe
    IncompleteImplWarning: gevent.os.popen2
    IncompleteImplWarning: gevent.os.popen3
    IncompleteImplWarning: gevent.os.popen4
    .....IncompleteImplWarning: gevent.select.KQ_EV_ADD
    IncompleteImplWarning: gevent.select.KQ_EV_CLEAR
    IncompleteImplWarning: gevent.select.KQ_EV_DELETE
    IncompleteImplWarning: gevent.select.KQ_EV_DISABLE
    IncompleteImplWarning: gevent.select.KQ_EV_ENABLE
    IncompleteImplWarning: gevent.select.KQ_EV_EOF
    IncompleteImplWarning: gevent.select.KQ_EV_ERROR
    IncompleteImplWarning: gevent.select.KQ_EV_FLAG1
    IncompleteImplWarning: gevent.select.KQ_EV_ONESHOT
    IncompleteImplWarning: gevent.select.KQ_EV_SYSFLAGS
    IncompleteImplWarning: gevent.select.KQ_FILTER_AIO
    IncompleteImplWarning: gevent.select.KQ_FILTER_PROC
    IncompleteImplWarning: gevent.select.KQ_FILTER_READ
    IncompleteImplWarning: gevent.select.KQ_FILTER_SIGNAL
    IncompleteImplWarning: gevent.select.KQ_FILTER_TIMER
    IncompleteImplWarning: gevent.select.KQ_FILTER_VNODE
    IncompleteImplWarning: gevent.select.KQ_FILTER_WRITE
    IncompleteImplWarning: gevent.select.KQ_NOTE_ATTRIB
    IncompleteImplWarning: gevent.select.KQ_NOTE_CHILD
    IncompleteImplWarning: gevent.select.KQ_NOTE_DELETE
    IncompleteImplWarning: gevent.select.KQ_NOTE_EXEC
    IncompleteImplWarning: gevent.select.KQ_NOTE_EXIT
    IncompleteImplWarning: gevent.select.KQ_NOTE_EXTEND
    IncompleteImplWarning: gevent.select.KQ_NOTE_FORK
    IncompleteImplWarning: gevent.select.KQ_NOTE_LINK
    IncompleteImplWarning: gevent.select.KQ_NOTE_LOWAT
    IncompleteImplWarning: gevent.select.KQ_NOTE_PCTRLMASK
    IncompleteImplWarning: gevent.select.KQ_NOTE_PDATAMASK
    IncompleteImplWarning: gevent.select.KQ_NOTE_RENAME
    IncompleteImplWarning: gevent.select.KQ_NOTE_REVOKE
    IncompleteImplWarning: gevent.select.KQ_NOTE_TRACK
    IncompleteImplWarning: gevent.select.KQ_NOTE_TRACKERR
    IncompleteImplWarning: gevent.select.KQ_NOTE_WRITE
    IncompleteImplWarning: gevent.select.PIPE_BUF
    IncompleteImplWarning: gevent.select.POLLERR
    IncompleteImplWarning: gevent.select.POLLHUP
    IncompleteImplWarning: gevent.select.POLLIN
    IncompleteImplWarning: gevent.select.POLLNVAL
    IncompleteImplWarning: gevent.select.POLLOUT
    IncompleteImplWarning: gevent.select.POLLPRI
    IncompleteImplWarning: gevent.select.POLLRDBAND
    IncompleteImplWarning: gevent.select.POLLRDNORM
    IncompleteImplWarning: gevent.select.POLLWRBAND
    IncompleteImplWarning: gevent.select.POLLWRNORM
    IncompleteImplWarning: gevent.select.kevent
    IncompleteImplWarning: gevent.select.kqueue
    IncompleteImplWarning: gevent.select.poll
    ..IncompleteImplWarning: gevent.socket.CAPI
    ...IncompleteImplWarning: gevent.thread.allocate
    IncompleteImplWarning: gevent.thread.exit_thread
    IncompleteImplWarning: gevent.thread.interrupt_main
    IncompleteImplWarning: gevent.thread.start_new
    .IncompleteImplWarning: gevent.threading.activeCount
    IncompleteImplWarning: gevent.threading.active_count
    IncompleteImplWarning: gevent.threading.Condition
    IncompleteImplWarning: gevent.threading.currentThread
    IncompleteImplWarning: gevent.threading.current_thread
    IncompleteImplWarning: gevent.threading.enumerate
    IncompleteImplWarning: gevent.threading.Event
    IncompleteImplWarning: gevent.threading.Lock
    IncompleteImplWarning: gevent.threading.RLock
    IncompleteImplWarning: gevent.threading.Semaphore
    IncompleteImplWarning: gevent.threading.BoundedSemaphore
    IncompleteImplWarning: gevent.threading.Thread
    IncompleteImplWarning: gevent.threading.Timer
    IncompleteImplWarning: gevent.threading.setprofile
    IncompleteImplWarning: gevent.threading.settrace
    IncompleteImplWarning: gevent.threading.local
    IncompleteImplWarning: gevent.threading.stack_size

    ......

    Ran 39 tests in 0.109s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__all__.py [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u test__ares_host_result.py
    | /Users/davidlaxer/anaconda/bin/python -u test__api.py

    ........

    Ran 8 tests in 0.216s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__api.py [took 0.3s]
    | /Users/davidlaxer/anaconda/bin/python -u test__ares_host_result.py

    ..

    Ran 2 tests in 0.002s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__ares_host_result.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__backdoor.py

  • /Users/davidlaxer/anaconda/bin/python -u test__core.py
    | /Users/davidlaxer/anaconda/bin/python -u test__core.py

    .......

    Ran 7 tests in 0.001s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__core.py [took 0.0s]

  • /Users/davidlaxer/anaconda/bin/python -u test__core_async.py
    | /Users/davidlaxer/anaconda/bin/python -u test__backdoor.py

    .....

    Ran 5 tests in 0.063s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__backdoor.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__core_callback.py

  • /Users/davidlaxer/anaconda/bin/python -u test__core_callback.py [took 0.1s]
    | /Users/davidlaxer/anaconda/bin/python -u test__api_timeout.py

    F..

    FAIL: test_api (main.Test)

    Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/greentest/greentest.py", line 160, in wrapped
    return method(self, _args, *_kwargs)
    File "/Users/davidlaxer/gevent/greentest/greentest.py", line 149, in wrapped
    return method(self, _args, *_kwargs)
    File "/Users/davidlaxer/gevent/greentest/greentest.py", line 82, in wrapped
    return method(self, _args, *_kwargs)
    File "test__api_timeout.py", line 77, in test_api
    raise AssertionError('should not get there')
    AssertionError: should not get there


    Ran 3 tests in 0.543s

    FAILED (failures=1)

! /Users/davidlaxer/anaconda/bin/python -u test__api_timeout.py [code 1] [took 0.7s]
| /Users/davidlaxer/anaconda/bin/python -u test__core_async.py
Watcher <async at 0x10063a440> reacted after 0.008121 seconds

  • /Users/davidlaxer/anaconda/bin/python -u test__core_async.py [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u test__core_loop_run.py

  • /Users/davidlaxer/anaconda/bin/python -u test__core_stat.py

  • /Users/davidlaxer/anaconda/bin/python -u test__core_timer.py

  • /Users/davidlaxer/anaconda/bin/python -u test__core_timer.py [took 0.0s]

  • /Users/davidlaxer/anaconda/bin/python -u test__core_watcher.py
    | /Users/davidlaxer/anaconda/bin/python -u test__core_watcher.py

    .

    Ran 1 test in 0.014s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__core_watcher.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__destroy.py
    | /Users/davidlaxer/anaconda/bin/python -u test__destroy.py
    <Hub at 0x1005f0d70 destroyed> <loop at 0x1005f8b90 destroyed>

  • /Users/davidlaxer/anaconda/bin/python -u test__destroy.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__doctests.py
    | /Users/davidlaxer/anaconda/bin/python -u test__core_loop_run.py
    must exit immediatelly...
    ...and once more...
    ..done
    must exit after 0.5 seconds.

  • /Users/davidlaxer/anaconda/bin/python -u test__core_loop_run.py [took 0.5s]

  • /Users/davidlaxer/anaconda/bin/python -u test__environ.py

  • /Users/davidlaxer/anaconda/bin/python -u test__environ.py [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u test__event.py
    | /Users/davidlaxer/anaconda/bin/python -u test__core_stat.py
    Watcher <stat at 0x1006173a0> reacted after 0.0613 seconds (write)
    Watcher <stat at 0x1006173a0> reacted after 0.0419 seconds (unlink)

  • /Users/davidlaxer/anaconda/bin/python -u test__core_stat.py [took 1.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__example_echoserver.py
    | /Users/davidlaxer/anaconda/bin/python -u test__event.py
    ...Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__event.py", line 90, in func
    raise greentest.ExpectedException('TestAsyncResultAsLinkTarget.test_set_exception')
    ExpectedException: TestAsyncResultAsLinkTarget.test_set_exception
    <Greenlet at 0x1006cf690: func> failed with ExpectedException

    ....................

    Ran 23 tests in 1.282s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__event.py [took 1.4s]

  • /Users/davidlaxer/anaconda/bin/python -u test__example_portforwarder.py
    | /Users/davidlaxer/anaconda/bin/python -u test__example_echoserver.py

    • /Users/davidlaxer/anaconda/bin/python -u echoserver.py
      Starting echo server on port 6000
      New connection from 127.0.0.1:49159
      New connection from 127.0.0.1:49160
      echoed 'hello\r\n'
      echoed 'world\r\n'
      client disconnected
      client disconnected
      .

      Ran 1 test in 3.635s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__example_echoserver.py [took 3.8s]

  • /Users/davidlaxer/anaconda/bin/python -u test__example_udp_client.py
    | /Users/davidlaxer/anaconda/bin/python -u test__example_udp_client.py

    • /Users/davidlaxer/anaconda/bin/python -u udp_client.py Test_udp_client
      Sending 15 bytes to localhost:9000
      127.0.0.1:9000: got 'reply-from-server'
    • /Users/davidlaxer/anaconda/bin/python -u udp_client.py Test_udp_client [took 0.1s]
      .

      Ran 1 test in 0.102s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__example_udp_client.py [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u test__example_udp_server.py
    | /Users/davidlaxer/anaconda/bin/python -u test___example_servers.py

    • /Users/davidlaxer/anaconda/bin/python -u webproxy.py
      Serving on :8088...
      127.0.0.1 - - [2015-06-12 06:37:48] "GET / HTTP/1.1" 200 475 0.000942
      http://www.google.com: 200 OK
      127.0.0.1 - - [2015-06-12 06:37:48] "GET /http://www.google.com HTTP/1.1" 200 19428 0.172103
      .+ /Users/davidlaxer/anaconda/bin/python -u wsgiserver.py
      Serving on 8088...
      127.0.0.1 - - [2015-06-12 06:37:52] "GET / HTTP/1.1" 200 119 0.000578
      127.0.0.1 - - [2015-06-12 06:37:52] "GET /xxx HTTP/1.1" 404 126 0.000091
      .+ /Users/davidlaxer/anaconda/bin/python -u wsgiserver_ssl.py
      Serving on https://127.0.0.1:8443
      127.0.0.1 - - [2015-06-12 06:37:55] "GET / HTTP/1.1" 200 119 0.000352
      127.0.0.1 - - [2015-06-12 06:37:55] "GET /xxx HTTP/1.1" 404 126 0.000087
      .

      Ran 3 tests in 10.757s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test___example_servers.py [took 11.2s]
    | /Users/davidlaxer/anaconda/bin/python -u test__example_portforwarder.py

    • /Users/davidlaxer/anaconda/bin/python -u portforwarder.py 127.0.0.1:10011 127.0.0.1:10012
      Starting port forwarder 127.0.0.1:10011 -> 127.0.0.1:10012
      127.0.0.1:49164 accepted
      127.0.0.1:49164->127.0.0.1:10012: 'msg1'
      got 'msg1'
      Closing listener socket
      127.0.0.1:49164->127.0.0.1:10012: 'msg2'
      127.0.0.1:49164->127.0.0.1:10012: ''
      Traceback (most recent call last):
      File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
      result = self._run(_self.args, *_self.kwargs)
      File "portforwarder.py", line 53, in forward
      data = source.recv(1024)
      File "/Users/davidlaxer/gevent/gevent/_socket2.py", line 232, in recv
      self._wait(self._read_event)
      File "/Users/davidlaxer/gevent/gevent/_socket2.py", line 132, in _wait
      self.hub.wait(watcher)
      File "/Users/davidlaxer/gevent/gevent/hub.py", line 362, in wait
      result = waiter.get()
      File "/Users/davidlaxer/gevent/gevent/hub.py", line 589, in get
      return self.hub.switch()
      File "/Users/davidlaxer/gevent/gevent/hub.py", line 352, in switch
      return greenlet.switch(self)
      error: [Errno 9] File descriptor was closed in another greenlet
      <Greenlet at 0x100669eb0: forward(<socket at 0x101b05350 fileno=[Errno 9] Bad file d, <socket at 0x101b05090 fileno=[Errno 9] Bad file d)> failed with error

    got 'msg2'
    got ''

    .

    Ran 1 test in 3.240s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__example_portforwarder.py [took 3.3s]

  • /Users/davidlaxer/anaconda/bin/python -u test__exc_info.py

  • /Users/davidlaxer/anaconda/bin/python -u test__execmodules.py
    | /Users/davidlaxer/anaconda/bin/python -u test__exc_info.py

    ..

    Ran 2 tests in 0.106s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__exc_info.py [took 0.3s]
    | /Users/davidlaxer/anaconda/bin/python -u test__execmodules.py

    .................................

    Ran 33 tests in 0.186s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__execmodules.py [took 0.3s]

  • /Users/davidlaxer/anaconda/bin/python -u test__fileobject.py

  • /Users/davidlaxer/anaconda/bin/python -u test__getaddrinfo_import.py

  • /Users/davidlaxer/anaconda/bin/python -u test__getaddrinfo_import.py [took 0.1s]
    | /Users/davidlaxer/anaconda/bin/python -u test__fileobject.py

    .......

    Ran 7 tests in 0.004s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__fileobject.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__greenio.py

  • /Users/davidlaxer/anaconda/bin/python -u test__greenlet.py
    | /Users/davidlaxer/anaconda/bin/python -u test__greenio.py

    ..

    Ran 2 tests in 0.128s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__greenio.py [took 0.3s]

  • /Users/davidlaxer/anaconda/bin/python -u test__greenletset.py
    | /Users/davidlaxer/anaconda/bin/python -u test__greenletset.py

    F.....

    FAIL: test_basic (main.Test)

    Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/greentest/greentest.py", line 160, in wrapped
    return method(self, _args, *_kwargs)
    File "/Users/davidlaxer/gevent/greentest/greentest.py", line 149, in wrapped
    return method(self, _args, *_kwargs)
    File "/Users/davidlaxer/gevent/greentest/greentest.py", line 82, in wrapped
    return method(self, _args, *_kwargs)
    File "test__greenletset.py", line 40, in test_basic
    assert not s, s
    AssertionError: <Group at 0x100772cd0 set([<Greenlet at 0x1006d39b0>])>


    Ran 6 tests in 0.571s

    FAILED (failures=1)

! /Users/davidlaxer/anaconda/bin/python -u test__greenletset.py [code 1] [took 0.7s]

  • /Users/davidlaxer/anaconda/bin/python -u test__greenness.py
    | /Users/davidlaxer/anaconda/bin/python -u test__greenness.py
    127.0.0.1 - - [12/Jun/2015 06:37:58] code 501, message Unsupported method ('GET')
    127.0.0.1 - - [12/Jun/2015 06:37:58] "GET / HTTP/1.1" 501 -

    .

    Ran 1 test in 0.032s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__greenness.py [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u test__hub.py
    | /Users/davidlaxer/anaconda/bin/python -u test__hub.py

    ........

    Ran 8 tests in 0.619s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__hub.py [took 0.7s]

  • /Users/davidlaxer/anaconda/bin/python -u test__issue302monkey.py

  • /Users/davidlaxer/anaconda/bin/python -u test__issue302monkey.py [took 0.2s]

  • /Users/davidlaxer/anaconda/bin/python -u test__issue6.py

  • /Users/davidlaxer/anaconda/bin/python -u test__issue6.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__joinall.py

  • /Users/davidlaxer/anaconda/bin/python -u test__joinall.py [took 0.0s]

  • /Users/davidlaxer/anaconda/bin/python -u test__local.py
    | /Users/davidlaxer/anaconda/bin/python -u test__example_udp_server.py

    • /Users/davidlaxer/anaconda/bin/python -u udp_server.py
      Receiving datagrams on :9000
      127.0.0.1: got 'Test udp_server'
      .

      Ran 1 test in 3.526s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__example_udp_server.py [took 3.6s]

  • /Users/davidlaxer/anaconda/bin/python -u test__loop_callback.py
    | /Users/davidlaxer/anaconda/bin/python -u test__local.py

    ..

    Ran 2 tests in 0.002s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__local.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__loop_callback.py [took 0.0s]

  • /Users/davidlaxer/anaconda/bin/python -u test__makefile_ref.py

  • /Users/davidlaxer/anaconda/bin/python -u test__memleak.py

    | /Users/davidlaxer/anaconda/bin/python -u test__memleak.py

    Ran 0 tests in 0.000s

    OK

  • /Users/davidlaxer/anaconda/bin/python -u test__memleak.py [took 0.1s]

  • /Users/davidlaxer/anaconda/bin/python -u test__monkey.py
    | /Users/davidlaxer/anaconda/bin/python -u test__greenlet.py
    Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 528, in func
    raise error
    ExpectedError: test_error_exit
    <Greenlet at 0x10065dc30: func(0.001, return_value=5)> failed with ExpectedError

    .....................Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 66, in
    p = gevent.spawn(lambda: getcurrent().throw(err))
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 179, in throw
    greenlet.throw(self, *args)
    ExpectedError: test_link_to_asyncresult_exception
    <Greenlet at 0x10065deb0: <function at 0x1018c7d70>> failed with ExpectedError

    ...Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 243, in
    p = self.p = gevent.spawn(lambda: getcurrent().throw(ExpectedError('test_raise')))
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 179, in throw
    greenlet.throw(self, *args)
    ExpectedError: test_raise
    <Greenlet at 0x10065dc30: <function at 0x1018c7d70>> failed with ExpectedError

    .Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 243, in
    p = self.p = gevent.spawn(lambda: getcurrent().throw(ExpectedError('test_raise')))
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 179, in throw
    greenlet.throw(self, *args)
    ExpectedError: test_raise
    <Greenlet at 0x10065df50: <function at 0x1018c7b90>> failed with ExpectedError

    ...........Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 295, in raises_but_ignored
    raise ExpectedError("count")
    ExpectedError: count
    <Greenlet at 0x101906370: raises_but_ignored> failed with ExpectedError

    .Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 284, in
    b = gevent.spawn(lambda: getcurrent().throw(ExpectedError('second')))
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 179, in throw
    greenlet.throw(self, *args)
    ExpectedError: second
    <Greenlet at 0x101906230: <function at 0x1018c7ed8>> failed with ExpectedError

    Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 340, in run
    result = self._run(_self.args, *_self.kwargs)
    File "test__greenlet.py", line 282, in first
    raise ExpectedError('first')
    ExpectedError: first
    <Greenlet at 0x101906370: first> failed with ExpectedError

    ..Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 388, in _notify_links
    link(self)
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 33, in call
    g.switch(source)
    File "test__greenlet.py", line 321, in listener1
    raise ExpectedError('listener1')
    ExpectedError: listener1
    (<function listener1 at 0x1018c7ed8>, <Greenlet at 0x101906370>) failed with ExpectedError

    Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 388, in _notify_links
    link(self)
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 33, in call
    g.switch(source)
    File "test__greenlet.py", line 325, in listener2
    raise ExpectedError('listener2')
    ExpectedError: listener2
    (<function listener2 at 0x1018c7d70>, <Greenlet at 0x101906370>) failed with ExpectedError

    Traceback (most recent call last):
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 388, in _notify_links
    link(self)
    File "/Users/davidlaxer/gevent/gevent/greenlet.py", line 33, in call
    g.switch(source)
    File "test__greenlet.py", line 328, in listener3
    raise ExpectedError('listener3')
    ExpectedError: listener3
    (<fu

@jamadden
Copy link
Member

I think you missed the -v argument to python.

However, the test.test_support module is apparently not provided with the Anaconda python distribution. This is a known issue. That means you won't be able to run gevent's tests.

@dbl001
Copy link
Author

dbl001 commented Jun 12, 2015

Ok. Thanks.

I have another question about gevent. Was ‘shutdown’ deprecated?

In [1]: from gevent import shutdown

ImportError Traceback (most recent call last)
in ()
----> 1 from gevent import shutdown

ImportError: cannot import name shutdown

In [2]: from gevent import *

In [3]: quit

On Jun 12, 2015, at 7:13 AM, Jason Madden notifications@github.com wrote:

I think you missed the -v argument to python.

However, the test.test_support module is apparently not provided with the Anaconda python distribution. This is a known issue ContinuumIO/anaconda-issues#168. That means you won't be able to run gevent's tests.


Reply to this email directly or view it on GitHub #571 (comment).

@jgehrcke
Copy link
Contributor

AFAIK shutdown() is gone for good. The documentation you were referring
to is not up to date anymore. Also see
sdiehl/gevent-tutorial#9

On 12.06.2015 16:40, dbl001 wrote:

Ok. Thanks.

I have another question about gevent. Was ‘shutdown’ deprecated?

In [1]: from gevent import shutdown

ImportError Traceback (most recent call last)
in ()
----> 1 from gevent import shutdown

ImportError: cannot import name shutdown

In [2]: from gevent import *

In [3]: quit

On Jun 12, 2015, at 7:13 AM, Jason Madden notifications@github.com
wrote:

I think you missed the -v argument to python.

However, the test.test_support module is apparently not provided with
the Anaconda python distribution. This is a known issue
ContinuumIO/anaconda-issues#168. That means
you won't be able to run gevent's tests.


Reply to this email directly or view it on GitHub
#571 (comment).


Reply to this email directly or view it on GitHub
#571 (comment).

@dbl001
Copy link
Author

dbl001 commented Jun 12, 2015

What about ‘get_hub’?

from gevent.hub import get_hub, reinit
ImportError: cannot import name get_hub

I tried installing the older version of gevent:

556 pip install gevent==0.13.8
563 pip install gevent-websocket==0.3.6
564 pip install gevent-zeromq==0.2.2

On Jun 12, 2015, at 7:45 AM, Jan-Philip Gehrcke notifications@github.com wrote:

AFAIK shutdown() is gone for good. The documentation you were referring
to is not up to date anymore. Also see
sdiehl/gevent-tutorial#9

On 12.06.2015 16:40, dbl001 wrote:

Ok. Thanks.

I have another question about gevent. Was ‘shutdown’ deprecated?

In [1]: from gevent import shutdown

ImportError Traceback (most recent call last)
in ()
----> 1 from gevent import shutdown

ImportError: cannot import name shutdown

In [2]: from gevent import *

In [3]: quit

On Jun 12, 2015, at 7:13 AM, Jason Madden notifications@github.com
wrote:

I think you missed the -v argument to python.

However, the test.test_support module is apparently not provided with
the Anaconda python distribution. This is a known issue
ContinuumIO/anaconda-issues#168. That means
you won't be able to run gevent's tests.


Reply to this email directly or view it on GitHub
#571 (comment).


Reply to this email directly or view it on GitHub
#571 (comment).


Reply to this email directly or view it on GitHub #571 (comment).

@jgehrcke
Copy link
Contributor

You need to be more precise in your descriptions.

Anyway, 1.x versions of gevent export the top-level function get_hub.
That is, you can obtain the hub object so:

hub = gevent.get_hub()

On 12.06.2015 17:11, dbl001 wrote:

What about ‘get_hub’?

from gevent.hub import get_hub, reinit
ImportError: cannot import name get_hub

I tried installing the older version of gevent:

556 pip install gevent==0.13.8
563 pip install gevent-websocket==0.3.6
564 pip install gevent-zeromq==0.2.2

On Jun 12, 2015, at 7:45 AM, Jan-Philip Gehrcke
notifications@github.com wrote:

AFAIK shutdown() is gone for good. The documentation you were referring
to is not up to date anymore. Also see
sdiehl/gevent-tutorial#9

On 12.06.2015 16:40, dbl001 wrote:

Ok. Thanks.

I have another question about gevent. Was ‘shutdown’ deprecated?

In [1]: from gevent import shutdown

ImportError Traceback (most recent call last)
in ()
----> 1 from gevent import shutdown

ImportError: cannot import name shutdown

In [2]: from gevent import *

In [3]: quit

On Jun 12, 2015, at 7:13 AM, Jason Madden notifications@github.com
wrote:

I think you missed the -v argument to python.

However, the test.test_support module is apparently not provided with
the Anaconda python distribution. This is a known issue
ContinuumIO/anaconda-issues#168. That means
you won't be able to run gevent's tests.


Reply to this email directly or view it on GitHub
#571 (comment).


Reply to this email directly or view it on GitHub
#571 (comment).


Reply to this email directly or view it on GitHub
#571 (comment).


Reply to this email directly or view it on GitHub
#571 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants