Make test_socketserver require the network resource.

Add it back to the list of tests we expect to skip on Windows.
This commit is contained in:
Tim Peters 2001-09-18 02:18:57 +00:00
parent 7a76d4b4e4
commit a86f0c17a1
2 changed files with 3 additions and 0 deletions

View file

@ -495,6 +495,7 @@ _expectations = {
test_pwd
test_signal
test_socket_ssl
test_socketserver
test_sunaudiodev
test_timing
""",