pyarrow: remove tests that can break on darwin

This commit is contained in:
Dmitry Kalinkin 2019-03-26 10:35:56 -04:00
parent 55223a8a6a
commit 2645454bc7
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -48,6 +48,10 @@ buildPythonPackage rec {
# when it is not intended to be imported at all
rm pyarrow/tests/deserialize_buffer.py
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;