Skip to content

Commit 3d15c8b

Browse files
[3.12] gh-106185: Deduplicate CPythonTracebackErrorCaretTests in test_traceback (GH-106187) (GH-107268)
(cherry picked from commit 7c89f11) Co-authored-by: Nikita Sobolev <[email protected]>
1 parent 0107731 commit 3d15c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ class CPythonTracebackErrorCaretTests(
918918

919919
@cpython_only
920920
@requires_debug_ranges()
921-
class CPythonTracebackErrorCaretTests(
921+
class CPythonTracebackLegacyErrorCaretTests(
922922
CAPIExceptionFormattingLegacyMixin,
923923
TracebackErrorLocationCaretTestBase,
924924
unittest.TestCase,

0 commit comments

Comments
 (0)