summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2023-01-21 04:54:00 -0500
committerTobias Mayer <tobim@fastmail.fm>2023-02-01 14:29:40 +0100
commitc446fa92113097692df7f9b75a0398340d17fbb7 (patch)
tree41504f75089666d4d92cab0c4f3c1563f5840eff
parent73b8f458eb816ec2cf9b45914dd0f6dd130d3ad3 (diff)
downloadnixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.tar
nixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.tar.gz
nixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.tar.bz2
nixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.tar.lz
nixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.tar.xz
nixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.tar.zst
nixpkgs-c446fa92113097692df7f9b75a0398340d17fbb7.zip
python3Packages.pyarrow: ignore cython compilation test on darwin
-rw-r--r--pkgs/development/python-modules/pyarrow/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pyarrow/default.nix b/pkgs/development/python-modules/pyarrow/default.nix
index ed7297bf20d..162a9714b4f 100644
--- a/pkgs/development/python-modules/pyarrow/default.nix
+++ b/pkgs/development/python-modules/pyarrow/default.nix
@@ -120,6 +120,8 @@ buildPythonPackage rec {
     "--deselect=pyarrow/tests/test_flight.py::test_large_descriptor"
     "--deselect=pyarrow/tests/test_flight.py::test_large_metadata_client"
     "--deselect=pyarrow/tests/test_flight.py::test_none_action_side_effect"
+    # fails to compile
+    "--deselect=pyarrow/tests/test_cython.py::test_cython_api"
   ] ++ lib.optionals stdenv.isLinux [
     # this test requires local networking
     "--deselect=pyarrow/tests/test_fs.py::test_filesystem_from_uri_gcs"