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 brett.cannon
Recipients brett.cannon, pitrou, r.david.murray
Date 2011-02-10.22:01:00
SpamBayes Score 9.715999e-07
Marked as misclassified No
Message-id <1297375261.86.0.188756019789.issue10966@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the completed patch. It adds required_on and 'optional' args to test.support.import_module() to help delineate if a test should **not** be skipped simply because a module could not be imported. It also changes various tests to use the new args. Finally, the entire concept of (un)expected skips is removed from regrtest.
History
Date User Action Args
2011-02-10 22:01:02brett.cannonsetrecipients: + brett.cannon, pitrou, r.david.murray
2011-02-10 22:01:01brett.cannonsetmessageid: <1297375261.86.0.188756019789.issue10966@psf.upfronthosting.co.za>
2011-02-10 22:01:01brett.cannonlinkissue10966 messages
2011-02-10 22:01:01brett.cannoncreate