Michael Foord <mich...@voidspace.org.uk> added the comment:

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. :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to