Commit c5168153 authored by Brett Cannon's avatar Brett Cannon

Fix test to not consider mixin a standalone test

parent 1340049f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment