Skip to content

Commit ca52a84

Browse files
Update test_arrow.py
Remove stray breakpoint. Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
1 parent 3e770f1 commit ca52a84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ def test_view(self, data):
675675
class TestBaseMissing(base.BaseMissingTests):
676676
def test_fillna_no_op_returns_copy(self, data):
677677
if data.dtype.kind == "c":
678-
breakpoint()
679678
request.node.add_marker(
680679
pytest.mark.xfail(
681680
reason=(

0 commit comments

Comments
 (0)