Skip to content

Commit 167c03c

Browse files
Update pandas/tests/extension/test_string.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 0644def commit 167c03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/test_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def test_arith_series_with_array(
240240
reason="The pointwise operation result will be inferred to "
241241
"string[nan, pyarrow], which does not match the input dtype"
242242
)
243-
request.node.add_marker(mark)
243+
request.applymarker(mark)
244244
super().test_arith_series_with_array(data, all_arithmetic_operators)
245245

246246

0 commit comments

Comments
 (0)