mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.pyarrow: skip the same tests as on nixpkgs master
https://hydra.nixos.org/build/337333917/nixlog/2/tail
This picks part of commit c07b089cad
Something in this staging-next-26.05 iteration
triggers these failures, probably.
This commit is contained in:
committed by
Vladimír Čunát
parent
23cdb14b43
commit
0aa0defae7
@@ -134,6 +134,12 @@ buildPythonPackage rec {
|
||||
"pyarrow/tests/test_udf.py::test_scalar_input"
|
||||
"pyarrow/tests/test_udf.py::test_scalar_udf_context"
|
||||
"pyarrow/tests/test_udf.py::test_udf_array_unary"
|
||||
# CSV pickle mismatches
|
||||
"pyarrow/tests/test_csv.py::TestThreadedStreamingCSVRead::test_invalid_row_handler["
|
||||
"pyarrow/tests/test_csv.py::TestThreadedStreamingCSVRead::test_row_number_offset_in_errors"
|
||||
"pyarrow/tests/test_csv.py::TestThreadedStreamingCSVRead::test_row_number_offset_in_errors"
|
||||
# Does not raise NotImplementedError
|
||||
"pyarrow/tests/test_table.py::test_table_group_by_first"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# Requires loopback networking.
|
||||
|
||||
Reference in New Issue
Block a user