4c4d6ea
##Skipping tests due to connection failures on Fedora build-system
4c4d6ea
##See https://github.com/PythonCharmers/python-future/issues/165 
4c4d6ea
4c4d6ea
--- tests/test_future/test_standard_library.orig.py	2014-11-21 12:52:03.000000000 +0100
4c4d6ea
+++ tests/test_future/test_standard_library.py	2015-09-02 11:37:36.808826777 +0200
4c4d6ea
@@ -318,7 +318,7 @@
4c4d6ea
         import builtins
4c4d6ea
         self.assertTrue(hasattr(builtins, 'tuple'))
4c4d6ea
 
4c4d6ea
-    # @unittest.skip("ssl support has been stripped out for now ...")
4c4d6ea
+    @unittest.skip("ConnectionError: ('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))...")
4c4d6ea
     def test_urllib_request_ssl_redirect(self):
4c4d6ea
         """
4c4d6ea
         This site redirects to https://...
449a855
@@ -332,6 +332,7 @@
449a855
         # pprint(r.read().decode('utf-8'))
449a855
         self.assertTrue(True)
449a855
 
449a855
+    @unittest.skip("ConnectionError: ('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))...")
449a855
     def test_moves_urllib_request_http(self):
449a855
         """
449a855
         This site (python-future.org) uses plain http (as of 2014-09-23).
4c4d6ea
@@ -343,6 +343,7 @@
4c4d6ea
         data = r.read()
4c4d6ea
         self.assertTrue(b'</html>' in data)
4c4d6ea
 
4c4d6ea
+    @unittest.skip("ConnectionError: ('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))...")
4c4d6ea
     def test_urllib_request_http(self):
4c4d6ea
         """
4c4d6ea
         This site (python-future.org) uses plain http (as of 2014-09-23).
4c4d6ea
4c4d6ea
--- tests/test_future/test_requests.orig.py	2014-11-21 12:52:03.000000000 +0100
4c4d6ea
+++ tests/test_future/test_requests.py	2015-09-02 11:39:01.509378296 +0200
4c4d6ea
@@ -57,6 +57,7 @@
4c4d6ea
     This class tests whether the requests module conflicts with the
4c4d6ea
     standard library import hooks, as in issue #19.
4c4d6ea
     """
4c4d6ea
+    @unittest.skip("ConnectionError: ('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))...")
4c4d6ea
     def test_remove_hooks_then_requests(self):
4c4d6ea
         code = """
4c4d6ea
             from future import standard_library
4c4d6ea
@@ -79,6 +80,7 @@
4c4d6ea
             self.assertTrue(True)
4c4d6ea
 
4c4d6ea
 
4c4d6ea
+    @unittest.skip("ConnectionError: ('Connection aborted.', gaierror(-3, 'Temporary failure in name resolution'))...")
4c4d6ea
     def test_requests_cm(self):
4c4d6ea
         """
4c4d6ea
         Tests whether requests can be used importing standard_library modules
4c4d6ea