Merge pull request #208284 from fabaff/pyarrow-fix
python310Packages.pyarrow: disable failing test
This commit is contained in:
commit
2ccc3219c5
@ -100,6 +100,8 @@ buildPythonPackage rec {
|
||||
# Flaky test
|
||||
"--deselect=pyarrow/tests/test_flight.py::test_roundtrip_errors"
|
||||
"--deselect=pyarrow/tests/test_pandas.py::test_threaded_pandas_import"
|
||||
# Flaky test, works locally but not on Hydra
|
||||
"--deselect=pyarrow/tests/test_csv.py::TestThreadedCSVTableRead::test_cancellation"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
# Requires loopback networking
|
||||
"--deselect=pyarrow/tests/test_ipc.py::test_socket_"
|
||||
|
Loading…
Reference in New Issue
Block a user