Skip to content

Draft: Try to fix tests

Chih-Hsuan Yen requested to merge wip into main
  • test_division_or_partition no longer fails
  • test_pandas_timestamp_overflow_pyarrow now passes without patching
  • Don't treat warnings about missing dask_expr as errors

There are 5 test failures remaining:

FAILED dask/dataframe/tests/test_arithmetics_reduction.py::test_reductions_out[product-0] - AttributeError: module 'numpy' has no attribute 'product'
FAILED dask/dataframe/tests/test_arithmetics_reduction.py::test_reductions_out[product-1] - AttributeError: module 'numpy' has no attribute 'product'
FAILED dask/dataframe/tests/test_dataframe.py::test_combine_first_all_nans[f8-i8]
FAILED dask/dataframe/tests/test_dataframe.py::test_combine_first_all_nans[f8-f4]
FAILED dask/tests/test_base.py::test_visualize_order - OverflowError: Python integer 65536 out of bounds for uint8

See python-dask-2024.7.1-2-x86_64-check.log for complete logs

Merge request reports