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 96fccbc commit d3c46bbCopy full SHA for d3c46bb
python/tests/test_dataframe.py
@@ -3230,7 +3230,7 @@ def trigger_interrupt():
3230
interrupt_thread.join(timeout=1.0)
3231
3232
3233
-def test_arrow_c_stream_interrupted(): # noqa: C901 PLR0915
+def test_arrow_c_stream_interrupted(): # noqa: C901 PLR0915
3234
"""__arrow_c_stream__ responds to ``KeyboardInterrupt`` signals.
3235
3236
Similar to ``test_collect_interrupted`` this test issues a long running
0 commit comments