mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-106185: Deduplicate CPythonTracebackErrorCaretTests
in test_traceback
(GH-106187)
This commit is contained in:
parent
233b878288
commit
7c89f11892
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ class CPythonTracebackErrorCaretTests(
|
|||
|
||||
@cpython_only
|
||||
@requires_debug_ranges()
|
||||
class CPythonTracebackErrorCaretTests(
|
||||
class CPythonTracebackLegacyErrorCaretTests(
|
||||
CAPIExceptionFormattingLegacyMixin,
|
||||
TracebackErrorLocationCaretTestBase,
|
||||
unittest.TestCase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue