mirror of https://github.com/python/cpython
Fix test to not consider mixin a standalone test
This commit is contained in:
parent
1340049f65
commit
c516815353
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue