Fix test to not consider mixin a standalone test

This commit is contained in:
Brett Cannon 2013-10-18 16:55:15 -04:00
parent 1340049f65
commit c516815353
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ else:
from test import lock_tests
if threading is not None:
class ModuleLockAsRLockTests(lock_tests.RLockTests):
class ModuleLockAsRLockTests:
locktype = classmethod(lambda cls: cls.LockType("some_lock"))
# _is_owned() unsupported