mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fix test to not consider mixin a standalone test
This commit is contained in:
parent
1340049f65
commit
c516815353
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue