From: Nikita Sobolev Date: Tue, 5 Sep 2023 08:45:54 +0000 (+0300) Subject: gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841) X-Git-Tag: v3.13.0a1~608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4c8cce9a7a9f3953eedffa277a3fe071731856d;p=thirdparty%2FPython%2Fcpython.git gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841) --- diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py index 11a5b425efff..a838b93341a6 100644 --- a/Lib/test/test_enum.py +++ b/Lib/test/test_enum.py @@ -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: