From: Tim Peters Date: Sun, 24 Nov 2002 02:40:40 +0000 (+0000) Subject: Skip test_normalization on Windows until it's at least clear why the X-Git-Tag: v2.3c1~3262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3;p=thirdparty%2FPython%2Fcpython.git Skip test_normalization on Windows until it's at least clear why the data it needs doesn't exist in the project. If it's a huge file, maybe the test should be changed to be one of the -u thingies. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index db81424156da..e7eb73f806a8 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -528,6 +528,7 @@ _expectations = { test_mhlib test_mpz test_nis + test_normalization test_openpty test_poll test_pty