]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 5 Sep 2023 08:45:54 +0000 (11:45 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 08:45:54 +0000 (09:45 +0100)
Lib/test/test_enum.py

index 11a5b425efff9a9db09c9610d9fd819df03c87d1..a838b93341a60856ed0bac3ac082bfb1a0bace17 100644 (file)
@@ -4688,8 +4688,6 @@ class TestInternals(unittest.TestCase):
         self.assertEqual(Huh.TWO.value, (2, 2))
         self.assertEqual(Huh.THREE.value, (3, 3, 3))
 
-class TestEnumTypeSubclassing(unittest.TestCase):
-    pass
 
 expected_help_output_with_docs = """\
 Help on class Color in module %s: