Skip to content

Commit 0644def

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

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
@@ -222,7 +222,7 @@ def test_combine_add(self, data_repeated, using_infer_string, request):
222222
reason="The pointwise operation result will be inferred to "
223223
"string[nan, pyarrow], which does not match the input dtype"
224224
)
225-
request.node.add_marker(mark)
225+
request.applymarker(mark)
226226
super().test_combine_add(data_repeated)
227227

228228
def test_arith_series_with_array(

0 commit comments

Comments
 (0)