Skip to content

Commit 3cb65eb

Browse files
mutricylmroeschke
andauthored
Update pandas/tests/computation/test_eval.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 33fa0c6 commit 3cb65eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def test_binop_typecasting(
773773
"to complex 128 "
774774
"https://github.com/pydata/numexpr/issues/492"
775775
)
776-
request.node.add_marker(mark)
776+
request.applymarker(mark)
777777
assert df.values.dtype == dtype
778778
assert res.values.dtype == dtype
779779
tm.assert_frame_equal(res, eval(s), check_exact=False)

0 commit comments

Comments
 (0)