diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-18 00:24:10 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-18 00:24:10 (GMT) |
commit | 7a76d4b4e45cd25b8290b72a3b990a54427bf2c6 (patch) | |
tree | 8d85af7e0de1f694b59ac7aaa63080574f313e45 | |
parent | 26f68f5957cd4ac0f5942285f040ad60df4ef555 (diff) | |
download | cpython-7a76d4b4e45cd25b8290b72a3b990a54427bf2c6.zip cpython-7a76d4b4e45cd25b8290b72a3b990a54427bf2c6.tar.gz cpython-7a76d4b4e45cd25b8290b72a3b990a54427bf2c6.tar.bz2 |
I don't expect test_socketserver to get skipped on Windows anymore.
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 16d51ea..632ac0b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -495,7 +495,6 @@ _expectations = { test_pwd test_signal test_socket_ssl - test_socketserver test_sunaudiodev test_timing """, |