mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pyarrow: remove tests that can break on darwin
This commit is contained in:
parent
55223a8a6a
commit
2645454bc7
@ -48,6 +48,10 @@ buildPythonPackage rec {
|
|||||||
# when it is not intended to be imported at all
|
# when it is not intended to be imported at all
|
||||||
rm pyarrow/tests/deserialize_buffer.py
|
rm pyarrow/tests/deserialize_buffer.py
|
||||||
substituteInPlace pyarrow/tests/test_feather.py --replace "test_deserialize_buffer_in_different_process" "_disabled"
|
substituteInPlace pyarrow/tests/test_feather.py --replace "test_deserialize_buffer_in_different_process" "_disabled"
|
||||||
|
|
||||||
|
# Fails to bind a socket
|
||||||
|
# "PermissionError: [Errno 1] Operation not permitted"
|
||||||
|
substituteInPlace pyarrow/tests/test_ipc.py --replace "test_socket_" "_disabled"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
ARROW_HOME = _arrow-cpp;
|
ARROW_HOME = _arrow-cpp;
|
||||||
|
Loading…
Reference in New Issue
Block a user