[issue14664] Skipping a test mixin gives metaclass error

2012-04-25 Thread Michael Foord
Michael Foord added the comment: Thanks Antoine - much appreciated. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue14664] Skipping a test mixin gives metaclass error

2012-04-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: > This could go into 2.7 too. Done! -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bug

[issue14664] Skipping a test mixin gives metaclass error

2012-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a8d2f05068a by Antoine Pitrou in branch '2.7': Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). http://hg.python.org/cpython/rev/8a8d2f05068a --

[issue14664] Skipping a test mixin gives metaclass error

2012-04-25 Thread Michael Foord
Michael Foord added the comment: This could go into 2.7 too. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14664] Skipping a test mixin gives metaclass error

2012-04-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed, thanks. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue14664] Skipping a test mixin gives metaclass error

2012-04-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset ab3df6979bd0 by Antoine Pitrou in branch '3.2': Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). http://hg.python.org/cpython/rev/ab3df6979bd0 New changeset 188b96

[issue14664] Skipping a test mixin gives metaclass error

2012-04-24 Thread Michael Foord
Michael Foord added the comment: Patch looks good - thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14664] Skipping a test mixin gives metaclass error

2012-04-24 Thread Antoine Pitrou
New submission from Antoine Pitrou : Seen on a buildbot: test test_multiprocessing crashed -- Traceback (most recent call last): File "/export/home/buildbot/32bits/3.x.cea-indiana-x86/build/Lib/test/regrtest.py", line 1229, in runtest_inner the_package = __import__(abstest, globals(), lo