PYTHON-785 Don't call start_request in mod_wsgi test.
This commit is contained in:
parent
3764d76dce
commit
262b9893cb
@ -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' % (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user