Added test_socketserver and test_unicode_file to tests expected to be

skipped on Mac OS X. Not sure yet about test_locale.py: this may be
due to my copy of Mac OS X (although it talks english fine enough).
This commit is contained in:
Jack Jansen 2001-12-14 21:28:53 +00:00
parent dda7dcb3f7
commit f839c27027
1 changed files with 2 additions and 0 deletions

View File

@ -636,7 +636,9 @@ _expectations = {
test_ntpath
test_poll
test_socket_ssl
test_socketserver
test_sunaudiodev
test_unicode_file
test_winreg
test_winsound
""",