From: Tim Peters Date: Tue, 23 Apr 2002 23:09:02 +0000 (+0000) Subject: test_resource has no chance of running on Windows. X-Git-Tag: v2.3c1~5803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e33ffa5c719ec611e182681c4a5f2ceb62a08f5;p=thirdparty%2FPython%2Fcpython.git test_resource has no chance of running on Windows. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index ffbf25114a16..ec399368c86f 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -506,6 +506,7 @@ _expectations = { test_poll test_pty test_pwd + test_resource test_signal test_socket_ssl test_socketserver