
devpoll is another polling method, added in Python 3.3. We don't have
a green version of it so we better remove it too (see [1] for more
details).
[1] f63165c0e3
The tests are intended to be run using Nose. http://somethingaboutorange.com/mrl/projects/nose/ To run tests, simply install nose, and then, in the eventlet tree, do: $ nosetests That's it! Its output is the same as unittest's output. It tends to emit a lot of tracebacks from various poorly-behaving tests, but they still (generally) pass.