Commit 9322b5f5 authored by Denis Bilenko's avatar Denis Bilenko

greentest: disable tests of httplib/http/wsgi

parent 712ee23b
import sys; sys.exit(0) # gevent.http is currently not working
from gevent import monkey; monkey.patch_socket()
import gevent
from gevent import http
......
import sys
import sys; sys.exit(0) # gevent.http is currently not working
import gevent
from gevent import wsgi
from gevent import socket
......
import sys; sys.exit(0) # gevent.http is currently not working
import unittest
import gevent
from gevent import http
......
import sys; sys.exit(0) # gevent.http is currently not working
import unittest
import gevent
from gevent import wsgi
......
import sys; sys.exit(0) # gevent.http is currently not working
import gevent
from gevent import wsgi
import test__pywsgi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment