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 michael.foord
Recipients flox, georg.brandl, michael.foord, r.david.murray, tarek, tim.golden
Date 2010-03-31.13:55:12
SpamBayes Score 5.5221426e-05
Marked as misclassified No
Message-id <1270043714.59.0.0535051851168.issue8273@psf.upfronthosting.co.za>
In-reply-to
Content
Something like this was discussed at the language summit. Now we have the skip decorators it is easy to skip tests on certain platforms or only run them on certain platforms.

The cpython_only decorator is fine - but I'd prefer a general solution rather than is_jython, is_pypy, is_ironpython, etc... Do we yet have a sys.implementation or equivalent? We need it. :-)
History
Date User Action Args
2010-03-31 13:55:14michael.foordsetrecipients: + michael.foord, georg.brandl, tim.golden, tarek, r.david.murray, flox
2010-03-31 13:55:14michael.foordsetmessageid: <1270043714.59.0.0535051851168.issue8273@psf.upfronthosting.co.za>
2010-03-31 13:55:12michael.foordlinkissue8273 messages
2010-03-31 13:55:12michael.foordcreate