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 chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti
Date 2012-10-11.16:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349974764.27.0.665249693198.issue15939@psf.upfronthosting.co.za>
In-reply-to
Content
> Either there's another way to run those tests on selected platforms that can be used instead

A way to do it could be to register new doctest directives that skip the marked test based on the value of sys.platform.  If we remove the directives, we lose that information and won't be able to do it anymore.
History
Date User Action Args
2012-10-11 16:59:24chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, docs@python
2012-10-11 16:59:24chris.jerdoneksetmessageid: <1349974764.27.0.665249693198.issue15939@psf.upfronthosting.co.za>
2012-10-11 16:59:24chris.jerdoneklinkissue15939 messages
2012-10-11 16:59:24chris.jerdonekcreate