mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
python310Packages.pyarrow: disable failing test
This commit is contained in:
parent
4ec86b13c9
commit
7a997882e0
@ -100,6 +100,8 @@ buildPythonPackage rec {
|
|||||||
# Flaky test
|
# Flaky test
|
||||||
"--deselect=pyarrow/tests/test_flight.py::test_roundtrip_errors"
|
"--deselect=pyarrow/tests/test_flight.py::test_roundtrip_errors"
|
||||||
"--deselect=pyarrow/tests/test_pandas.py::test_threaded_pandas_import"
|
"--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 [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
# Requires loopback networking
|
# Requires loopback networking
|
||||||
"--deselect=pyarrow/tests/test_ipc.py::test_socket_"
|
"--deselect=pyarrow/tests/test_ipc.py::test_socket_"
|
||||||
|
Loading…
Reference in New Issue
Block a user