summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-10-18 16:55:15 -0400
committerBrett Cannon <brett@python.org>2013-10-18 16:55:15 -0400
commitc5168153538b46885a5345033c124d4a3d6c9dcc (patch)
treea8ead0861e26a2d0e0a5f6f3c3804f544b7c4b46 /Lib
parent1340049f65d01b2ea7d3ee13d19eae5939726cf7 (diff)
downloadcpython-git-c5168153538b46885a5345033c124d4a3d6c9dcc.tar.gz
Fix test to not consider mixin a standalone test
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_importlib/test_locks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_importlib/test_locks.py b/Lib/test/test_importlib/test_locks.py
index c97de93428..dc97ba1567 100644
--- a/Lib/test/test_importlib/test_locks.py
+++ b/Lib/test/test_importlib/test_locks.py
@@ -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