Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c516815

Browse files
committed
Fix test to not consider mixin a standalone test
1 parent 1340049 commit c516815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_importlib/test_locks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from test import lock_tests
1919

2020
if threading is not None:
21-
class ModuleLockAsRLockTests(lock_tests.RLockTests):
21+
class ModuleLockAsRLockTests:
2222
locktype = classmethod(lambda cls: cls.LockType("some_lock"))
2323

2424
# _is_owned() unsupported

0 commit comments

Comments
 (0)