Kaydet (Commit) a86f0c17 authored tarafından Tim Peters's avatar Tim Peters

Make test_socketserver require the network resource.

Add it back to the list of tests we expect to skip on Windows.
üst 7a76d4b4
...@@ -495,6 +495,7 @@ _expectations = { ...@@ -495,6 +495,7 @@ _expectations = {
test_pwd test_pwd
test_signal test_signal
test_socket_ssl test_socket_ssl
test_socketserver
test_sunaudiodev test_sunaudiodev
test_timing test_timing
""", """,
......
# Test suite for SocketServer.py # Test suite for SocketServer.py
import test_support
from test_support import verbose, verify, TESTFN, TestSkipped from test_support import verbose, verify, TESTFN, TestSkipped
test_support.requires('network')
from SocketServer import * from SocketServer import *
import socket import socket
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment