Skip to content

Commit 29aa747

Browse files
Update test_arrow.py
Delete `request` parameter no longer needed for `test_fillna_no_op_returns_copy`. Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
1 parent 3a58f5a commit 29aa747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def test_is_not_string_type(self, dtype):
691691
def test_view(self, data):
692692
super().test_view(data)
693693

694-
def test_fillna_no_op_returns_copy(self, data, request):
694+
def test_fillna_no_op_returns_copy(self, data):
695695
data = data[~data.isna()]
696696

697697
valid = data[0]

0 commit comments

Comments
 (0)