summaryrefslogtreecommitdiff
path: root/tests/test_runner/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner/tests.py')
-rw-r--r--tests/test_runner/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_runner/tests.py b/tests/test_runner/tests.py
index 670bc6683c..51810fe7bc 100644
--- a/tests/test_runner/tests.py
+++ b/tests/test_runner/tests.py
@@ -129,7 +129,7 @@ class DependencyOrderingTests(unittest.TestCase):
dependency_ordered(raw, dependencies=dependencies)
-class MockTestRunner(object):
+class MockTestRunner:
def __init__(self, *args, **kwargs):
pass