Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8df98483
Commit
8df98483
authored
Jan 14, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #25940: test_ssl is working again
parent
3570e02f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Lib/test/test_ssl.py
Lib/test/test_ssl.py
+0
-2
No files found.
Lib/test/test_ssl.py
View file @
8df98483
...
...
@@ -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.TestCase):
%
(
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment