summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-09-18 02:18:57 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-09-18 02:18:57 (GMT)
commita86f0c17a1385c07710d894b93a1c13159c0b57f (patch)
tree01f0d0ece3604c8e2da48b100663aac5096f572c /Lib/test/regrtest.py
parent7a76d4b4e45cd25b8290b72a3b990a54427bf2c6 (diff)
downloadcpython-a86f0c17a1385c07710d894b93a1c13159c0b57f.zip
cpython-a86f0c17a1385c07710d894b93a1c13159c0b57f.tar.gz
cpython-a86f0c17a1385c07710d894b93a1c13159c0b57f.tar.bz2
Make test_socketserver require the network resource.
Add it back to the list of tests we expect to skip on Windows.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 632ac0b..16d51ea 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -495,6 +495,7 @@ _expectations = {
test_pwd
test_signal
test_socket_ssl
+ test_socketserver
test_sunaudiodev
test_timing
""",