diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:29:03 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-31 13:29:03 (GMT) |
commit | 163f8000951ef3ef779dfd0001184dc247ac5f45 (patch) | |
tree | abecdd40845cd3f499e097e3ecad2f42e9a17b27 /Lib/test/regrtest.py | |
parent | 595ac8a6fc2239a121ae769518fffc86473ed005 (diff) | |
download | cpython-163f8000951ef3ef779dfd0001184dc247ac5f45.zip cpython-163f8000951ef3ef779dfd0001184dc247ac5f45.tar.gz cpython-163f8000951ef3ef779dfd0001184dc247ac5f45.tar.bz2 |
Remove tests for mpz, rotor, xreadlines
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 67456a3..733192d 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -693,7 +693,6 @@ _expectations = { test_largefile test_linuxaudiodev test_mhlib - test_mpz test_nis test_openpty test_ossaudiodev @@ -750,7 +749,6 @@ _expectations = { test_linuxaudiodev test_locale test_mmap - test_mpz test_nis test_ntpath test_openpty @@ -901,7 +899,6 @@ _expectations = { test_linuxaudiodev test_locale test_minidom - test_mpz test_nis test_ntpath test_ossaudiodev @@ -923,7 +920,6 @@ _expectations = { test_gzip test_imgfile test_linuxaudiodev - test_mpz test_openpty test_zipfile test_zlib |