summaryrefslogtreecommitdiff
path: root/tests/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_setup.py')
-rw-r--r--tests/test_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup.py b/tests/test_setup.py
index b2ccd67c..0d64319c 100644
--- a/tests/test_setup.py
+++ b/tests/test_setup.py
@@ -16,7 +16,7 @@ class SetupPyTest(CoverageTest):
run_in_temp_dir = False
def setup_test(self):
- super(SetupPyTest, self).setup_test()
+ super().setup_test()
# Force the most restrictive interpretation.
self.set_environ('LC_ALL', 'C')