Skip to content

Commit

Permalink
Add comment to why cython tests require NumPy (still a build dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 6, 2024
1 parent ca0349a commit 9efe1e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pyarrow/tests/test_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def check_cython_example_module(mod):
mod.cast_scalar(scal, pa.list_(pa.int64()))


# NumPy is still a required build dependency. It is present in our
# headers and is required to build for the cython tests.
@pytest.mark.numpy
@pytest.mark.cython
def test_cython_api(tmpdir):
Expand Down

0 comments on commit 9efe1e2

Please sign in to comment.