[Python-Dev] test_mpz skipped?
Guido van Rossum
guido@python.org
Tue, 09 Apr 2002 23:15:13 -0400
> 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?
Yes. It depends on a 3rd party library that's not commonly present.
> Or is there some problem with my build?
Who knows. :-)
--Guido van Rossum (home page: http://www.python.org/~guido/)