![](https://secure.gravatar.com/avatar/3b425bdab503ae69354abb02a6230825.jpg?s=120&d=mm&r=g)
July 29, 2010
12:15 p.m.
On Thu, Jul 29, 2010 at 8:10 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Thu, Jul 29, 2010 at 8:57 AM, Jesse Noller <jnoller@gmail.com> wrote:
I thought at the last two pycons, we've all discussed that we should have a system in place for marking tests *and* modules within the stdlib as "will only work on FooPython". I suspect that it's waiting on the shared-stdlib effort, which is waiting on mercurial (and time).
@skipIf, @cpython_only and @test_impl_detail have been getting sprinkled fairly liberally throughout the test suite, so that part of the effort is already in progress.
<mr. burns>Excellent</mr. burns> I have some sprinkling of my own to do then, I guess.