python310Packages.pyarrow: disable flaky test

main
Fabian Affolter 2 years ago committed by Jonathan Ringer
parent ddb88d2ea4
commit 0220a623b4
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 1
      pkgs/development/python-modules/pyarrow/default.nix

@ -97,6 +97,7 @@ buildPythonPackage rec {
"--deselect=pyarrow/tests/test_fs.py::test_s3_options"
# Flaky test
"--deselect=pyarrow/tests/test_flight.py::test_roundtrip_errors"
"--deselect=pyarrow/tests/test_pandas.py::test_threaded_pandas_import"
] ++ lib.optionals stdenv.isDarwin [
# Requires loopback networking
"--deselect=pyarrow/tests/test_ipc.py::test_socket_"

Loading…
Cancel
Save