diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-05 17:20:25 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-05 17:20:25 (GMT) |
commit | b0f89e05ad9aaf229033bbc81be43c1f826e3930 (patch) | |
tree | e9ce68c15f3ffbb07c5d89e6af33a186cce703e0 /Lib | |
parent | 25115940604e6051aa2fb16be88c6b8f64577251 (diff) | |
download | cpython-b0f89e05ad9aaf229033bbc81be43c1f826e3930.zip cpython-b0f89e05ad9aaf229033bbc81be43c1f826e3930.tar.gz cpython-b0f89e05ad9aaf229033bbc81be43c1f826e3930.tar.bz2 |
Add a Cygwin skip mentioned by Jason Tishler.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 71f7216..26294d1 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -855,6 +855,7 @@ _expectations = { 'cygwin': """ test_al + test_bsddb3 test_cd test_cl test_curses @@ -867,7 +868,6 @@ _expectations = { test_locale test_mpz test_nis - test_socket_ssl test_socketserver test_sunaudiodev test_unicode_file |