diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-24 02:40:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-24 02:40:40 (GMT) |
commit | d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3 (patch) | |
tree | ce7f1e3c7eb8397bc3aed7dd02be06be9d8f1d31 /Lib | |
parent | b9ac505110c4904db72f613bc824b22dcba3d6fb (diff) | |
download | cpython-d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3.zip cpython-d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3.tar.gz cpython-d332c085ea72e2c149e84f54d4b3afbb1eaeb1e3.tar.bz2 |
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.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index db81424..e7eb73f 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 |