]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix test to not consider mixin a standalone test
authorBrett Cannon <brett@python.org>
Fri, 18 Oct 2013 20:55:15 +0000 (16:55 -0400)
committerBrett Cannon <brett@python.org>
Fri, 18 Oct 2013 20:55:15 +0000 (16:55 -0400)
Lib/test/test_importlib/test_locks.py

index c97de93428792f6146f1c844ca829c358a177af2..dc97ba15671a0053bae0bd07d34488c3167cdf11 100644 (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