summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-09-05 08:45:54 (GMT)
committerGitHub <noreply@github.com>2023-09-05 08:45:54 (GMT)
commitb4c8cce9a7a9f3953eedffa277a3fe071731856d (patch)
tree47ea25ca11c557797c2b514202c3e654cff5309e /Lib/test
parent230649f5383ac28793c499ea334b16ff671c3d02 (diff)
downloadcpython-b4c8cce9a7a9f3953eedffa277a3fe071731856d.zip
cpython-b4c8cce9a7a9f3953eedffa277a3fe071731856d.tar.gz
cpython-b4c8cce9a7a9f3953eedffa277a3fe071731856d.tar.bz2
gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_enum.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py
index 11a5b42..a838b93 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: