[Python-checkins] cpython: Issue #25940: test_ssl is working again

martin.panter python-checkins at python.org
Thu Jan 14 08:39:18 EST 2016


https://hg.python.org/cpython/rev/ac94418299bd
changeset:   99895:ac94418299bd
user:        Martin Panter <vadmium>
date:        Thu Jan 14 13:26:43 2016 +0000
summary:
  Issue #25940: test_ssl is working again

files:
  Lib/test/test_ssl.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -1343,7 +1343,6 @@
         self.assertRaises(TypeError, bio.write, 1)
 
 
- at unittest.skipIf(True, "temporarily disabled: see #25940")
 class NetworkedTests(unittest.TestCase):
 
     def test_connect(self):
@@ -1712,7 +1711,6 @@
                              % (count, func.__name__))
         return ret
 
-    @unittest.skipIf(True, "temporarily disabled: see #25940")
     def test_handshake(self):
         with support.transient_internet(REMOTE_HOST):
             sock = socket.socket(socket.AF_INET)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list