This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients amaury.forgeotdarc, ezio.melotti
Date 2009-07-20.00:11:01
SpamBayes Score 3.6734404e-05
Marked as misclassified No
Message-id <1248048667.19.0.843517668371.issue6026@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new patch.

I added a could of @skipUnless in test_sqlite because two tests were
failing. 
I couldn't notice this before because I didn't have _sqlite3 and these
tests were skipped. Thanks to R. David Murray for reporting the problem.

In test_zipimport, the tests in 2/3 of the classes can be executed when
zlib is missing (and not only 1/3 as I initially thought). Removed zlib
= test_support.import_module('zlib') and added a @skipUnless(zlib,
"requires zlib"). Thanks again to David for this.

test_multiprocessing, test_xmplrpc and test_docxmlrpc were fixed in
#6499, so they are not part of this issue anymore.
History
Date User Action Args
2009-07-20 00:11:07ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc
2009-07-20 00:11:07ezio.melottisetmessageid: <1248048667.19.0.843517668371.issue6026@psf.upfronthosting.co.za>
2009-07-20 00:11:05ezio.melottilinkissue6026 messages
2009-07-20 00:11:05ezio.melotticreate