From 262b9893cb2858d9416aecb25bffd4d4d8fddf6e Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Fri, 21 Nov 2014 21:07:46 -0500 Subject: [PATCH] PYTHON-785 Don't call start_request in mod_wsgi test. --- test/mod_wsgi_test/mod_wsgi_test.wsgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/mod_wsgi_test/mod_wsgi_test.wsgi b/test/mod_wsgi_test/mod_wsgi_test.wsgi index 80045bb4b..133055b59 100644 --- a/test/mod_wsgi_test/mod_wsgi_test.wsgi +++ b/test/mod_wsgi_test/mod_wsgi_test.wsgi @@ -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' % (