[Python-Dev] test_mpz skipped?

Jeremy Hylton jeremy@alum.mit.edu
Tue, 09 Apr 2002 23:04:18 -0400 (EDT)


I just got the following test output on Linux.  

> test test_mpz skipped -- No module named mpz
> 1 test skipped:
>     test_mpz
> 1 skip unexpected on linux2:
>     test_mpz

Is this just a question of adding test_mpz to the list of expected
skips on Linux?  Or is there some problem with my build?

Jeremy