From ddf5ba8cfcfe7d133ddbf888cc6e3af79863c712 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 1 May 2021 18:25:06 -0400 Subject: refactor: pyupgrade --py36-plus tests/**.py --- tests/test_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_setup.py') 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') -- cgit v1.2.1