]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Skip test_normalization on Windows until it's at least clear why the
authorTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 02:40:40 +0000 (02:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 02:40:40 +0000 (02:40 +0000)
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.

Lib/test/regrtest.py

index db81424156da4f742f77b33f2a631cc7cc8a9a4e..e7eb73f806a88626e8e0b2d1d8a76d7eb20c6da8 100755 (executable)
@@ -528,6 +528,7 @@ _expectations = {
         test_mhlib
         test_mpz
         test_nis
+        test_normalization
         test_openpty
         test_poll
         test_pty