Skip to content

Commit

Permalink
test: skip generic operation test that uses pandas if pandas is not i…
Browse files Browse the repository at this point in the history
…nstalled
  • Loading branch information
cpcloud committed Sep 13, 2024
1 parent e6cf64f commit d5a2b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/operations/tests/test_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_coerced_to_value(typehint, value, expected):


def test_coerced_to_interval_value():
import pandas as pd
pd = pytest.importorskip("pandas")

expected = ops.Literal(1, dt.Interval("s"))
pat = Pattern.from_typehint(ops.Value[dt.Interval])
Expand Down

0 comments on commit d5a2b16

Please sign in to comment.