Skip to content
Prev Previous commit
Next Next commit
Remove duplicated class name
  • Loading branch information
ShaharNaveh committed Jul 16, 2025
commit 323b2da2dd627ce9217f160deb8cac5c692bc87d
14 changes: 0 additions & 14 deletions Lib/test/test_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -1871,20 +1871,6 @@ class PurePythonTracebackErrorCaretTests(
"""


@cpython_only
# @requires_debug_ranges() # XXX: RUSTPYTHON patch
@force_not_colorized_test_class
class PurePythonTracebackErrorCaretTests(
PurePythonExceptionFormattingMixin,
TracebackErrorLocationCaretTestBase,
unittest.TestCase,
):
"""
Same set of tests as above using the pure Python implementation of
traceback printing in traceback.py.
"""


@cpython_only
# @requires_debug_ranges() # XXX: RUSTPYTHON patch
@force_not_colorized_test_class
Expand Down