From 1e33ffa5c719ec611e182681c4a5f2ceb62a08f5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 23 Apr 2002 23:09:02 +0000 Subject: test_resource has no chance of running on Windows. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index ffbf251..ec39936 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 -- cgit v0.12