cpython: ac94418299bd (original) (raw)
Mercurial > cpython
changeset 99895:ac94418299bd
Issue #25940: test_ssl is working again [#25940]
Martin Panter | |
---|---|
date | Thu, 14 Jan 2016 13:26:43 +0000 |
parents | 2f2b42a8b34d |
children | 32a4e7b337c9 |
files | Lib/test/test_ssl.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-)[+] [-] Lib/test/test_ssl.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -1343,7 +1343,6 @@ class MemoryBIOTests(unittest.TestCase): self.assertRaises(TypeError, bio.write, 1) -@unittest.skipIf(True, "temporarily disabled: see #25940") class NetworkedTests(unittest.TestCase): def test_connect(self): @@ -1712,7 +1711,6 @@ class NetworkedBIOTests(unittest.TestCas % (count, func.name)) return ret