PYTHON-785 Don't call start_request in mod_wsgi test.

This commit is contained in:
A. Jesse Jiryu Davis 2014-11-21 21:07:46 -05:00
parent 3764d76dce
commit 262b9893cb

View File

@ -49,8 +49,6 @@ except:
def application(environ, start_response):
# Requests are part of the PYTHON-353 pathology.
client.start_request()
results = list(collection.find().batch_size(10))
assert len(results) == ndocs
output = 'python %s, mod_wsgi %s, pymongo %s' % (