Skip to content

Commit

Permalink
test: importorskip arrow (unrelated)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 30, 2023
1 parent cbca32e commit 78231ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_2757_attrs_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_single_arg_ops(func):
],
)
def test_string_operations_unary(func):
pytest.importorskip("pyarrow")
# Default no attrs
assert (
func(
Expand Down Expand Up @@ -156,6 +157,7 @@ def test_string_operations_unary(func):
],
)
def test_string_operations_unary_with_arg(func, arg):
pytest.importorskip("pyarrow")
# Default no attrs
assert (
func(
Expand Down Expand Up @@ -197,6 +199,7 @@ def test_string_operations_unary_with_arg(func, arg):
],
)
def test_string_operations_binary(func):
pytest.importorskip("pyarrow")
assert (
func(
[["hello", "world!"], [], ["it's a beautiful day!"]],
Expand Down

0 comments on commit 78231ff

Please sign in to comment.