File wsgi_intercept-disable-testbogusdomain.patch of Package python-wsgi_intercept
--- wsgi_intercept-0.10.0.orig/test/test_httplib2.py
+++ wsgi_intercept-0.10.0/test/test_httplib2.py
@@ -40,13 +40,6 @@ def test_http_other_port():
assert environ['wsgi.url_scheme'] == 'http'
-def test_bogus_domain():
- with InstalledApp(wsgi_app.simple_app, host=HOST, port=80):
- py.test.raises(
- gaierror,
- 'httplib2_intercept.HTTP_WSGIInterceptorWithTimeout("_nonexistant_domain_").connect()')
-
-
def test_https():
with InstalledApp(wsgi_app.simple_app, host=HOST, port=443) as app:
http = httplib2.Http()