From: Guido van Rossum Date: Sun, 6 Oct 2002 20:36:31 +0000 (+0000) Subject: Add test_pep277 to the expected skips on Linux. (This test seems to X-Git-Tag: v2.3c1~3869 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cce029e483efff3aa31c42e4cecbf5e1dfcc826;p=python Add test_pep277 to the expected skips on Linux. (This test seems to be skipped everywhere except on Windows NT and descendants, but I'm only going to add it to the skip list for the platform I can test.) --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9af63d9344..4f556bd455 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -543,6 +543,7 @@ _expectations = { test_largefile test_nis test_ntpath + test_pep277 test_socket_ssl test_socketserver test_sunaudiodev