Skip to content

Commit

Permalink
Updated test_compat for numexpr 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Alted committed Feb 13, 2017
1 parent 8bd4ed1 commit f225598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pandas/tests/computation/test_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def test_compat():
try:
import numexpr as ne
ver = ne.__version__
if ver == LooseVersion('2.4.4'):
assert not _NUMEXPR_INSTALLED
elif ver < LooseVersion('2.1'):
elif ver < LooseVersion('2.4.6'):
with tm.assert_produces_warning(UserWarning,
check_stacklevel=False):
assert not _NUMEXPR_INSTALLED
Expand Down

0 comments on commit f225598

Please sign in to comment.