Skip to content

Commit bba19fb

Browse files
committed
Skip test if no numexpr
1 parent 73ce021 commit bba19fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/computation/tests/test_eval.py

+2
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,8 @@ def setUpClass(cls):
14431443
class TestMathPythonPython(tm.TestCase):
14441444
@classmethod
14451445
def setUpClass(cls):
1446+
super(TestMathPythonPython, cls).setUpClass()
1447+
tm.skip_if_no_ne()
14461448
cls.engine = 'python'
14471449
cls.parser = 'pandas'
14481450
cls.unary_fns = _unary_math_ops

0 commit comments

Comments
 (0)