We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e2c97 commit 323b2daCopy full SHA for 323b2da
Lib/test/test_traceback.py
@@ -1871,20 +1871,6 @@ class PurePythonTracebackErrorCaretTests(
1871
"""
1872
1873
1874
-@cpython_only
1875
-# @requires_debug_ranges() # XXX: RUSTPYTHON patch
1876
-@force_not_colorized_test_class
1877
-class PurePythonTracebackErrorCaretTests(
1878
- PurePythonExceptionFormattingMixin,
1879
- TracebackErrorLocationCaretTestBase,
1880
- unittest.TestCase,
1881
-):
1882
- """
1883
- Same set of tests as above using the pure Python implementation of
1884
- traceback printing in traceback.py.
1885
1886
-
1887
1888
@cpython_only
1889
# @requires_debug_ranges() # XXX: RUSTPYTHON patch
1890
@force_not_colorized_test_class
0 commit comments