Skip to content

Commit c64b54d

Browse files
committed
Add skip
1 parent 870c9d1 commit c64b54d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/computation/test_eval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,6 +2000,7 @@ def test_validate_bool_args(value):
20002000
pd.eval("2+2", inplace=value)
20012001

20022002

2003+
@td.skip_if_no("numexpr")
20032004
def test_eval_float_div_numexpr():
20042005
# GH59736
20052006
result = pd.eval("1 / 2", engine="numexpr")

0 commit comments

Comments
 (0)