diff --git a/python/pyarrow/tests/test_compute.py b/python/pyarrow/tests/test_compute.py index 535b1b080f574..b2f161bc69e74 100644 --- a/python/pyarrow/tests/test_compute.py +++ b/python/pyarrow/tests/test_compute.py @@ -1277,7 +1277,7 @@ def test_drop_null_null_type(): assert len(table.drop_null().column(0)) == 0 -@pytest.mark.nump +@pytest.mark.numpy def test_filter(all_array_types): for ty, values in all_array_types: arr = pa.array(values, type=ty)