Skip to content

fix: Support pandas ExtensionArray ordering #3542

fix: Support pandas ExtensionArray ordering

fix: Support pandas ExtensionArray ordering #3542

Re-run triggered January 7, 2025 12:13
Status Failure
Total duration 22m 22s
Artifacts 1

test.yaml

on: pull_request
Run pre-commit
11s
Run pre-commit
Setup workflow
3s
Setup workflow
Pixi lock
5s
Pixi lock
Matrix: core_test_suite
Matrix: ui_test_suite
Matrix: unit_test_suite
result:test
0s
result:test
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 8 warnings
unit:test-39:macos-latest: holoviews/tests/element/test_elementconstructors.py#L123
ElementConstructorTest.test_heatmap_construct_partial_sorted AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/element/test_elementconstructors.py#L131
ElementConstructorTest.test_heatmap_construct_and_sort AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L363
TestBarPlot.test_bars_categorical_order AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L385
TestBarPlot.test_bars_group AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L86
TestBarPlot.test_bars_multi_level_two_factors_in_overlay AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L76
TestBarPlot.test_box_whisker_multi_level_sorted_alphanumerically AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_heatmapplot.py#L154
TestHeatMapPlot.test_heatmap_pandas_categorial AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_overlayplot.py#L204
TestOverlayPlot.test_overlay_categorical_two_level AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_radialheatmap.py#L40
BokehRadialHeatMapPlotTests.test_compute_ann_tick_mappings AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:macos-latest: holoviews/tests/plotting/bokeh/test_radialheatmap.py#L40
BokehRadialHeatMapPlotTests.test_get_bounds AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/element/test_elementconstructors.py#L123
ElementConstructorTest.test_heatmap_construct_partial_sorted AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/element/test_elementconstructors.py#L131
ElementConstructorTest.test_heatmap_construct_and_sort AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L363
TestBarPlot.test_bars_categorical_order AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L385
TestBarPlot.test_bars_group AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L86
TestBarPlot.test_bars_multi_level_two_factors_in_overlay AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_barplot.py#L76
TestBarPlot.test_box_whisker_multi_level_sorted_alphanumerically AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_heatmapplot.py#L154
TestHeatMapPlot.test_heatmap_pandas_categorial AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_overlayplot.py#L204
TestOverlayPlot.test_overlay_categorical_two_level AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_radialheatmap.py#L40
BokehRadialHeatMapPlotTests.test_angle_bin_computation AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:ubuntu-latest: holoviews/tests/plotting/bokeh/test_radialheatmap.py#L40
BokehRadialHeatMapPlotTests.test_compute_ann_tick_mappings AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\element\test_elementconstructors.py#L131
ElementConstructorTest.test_heatmap_construct_and_sort AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\element\test_elementconstructors.py#L123
ElementConstructorTest.test_heatmap_construct_partial_sorted AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_barplot.py#L385
TestBarPlot.test_bars_group AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_barplot.py#L363
TestBarPlot.test_bars_categorical_order AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_barplot.py#L86
TestBarPlot.test_bars_multi_level_two_factors_in_overlay AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_barplot.py#L76
TestBarPlot.test_box_whisker_multi_level_sorted_alphanumerically AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_heatmapplot.py#L154
TestHeatMapPlot.test_heatmap_pandas_categorial AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_overlayplot.py#L204
TestOverlayPlot.test_overlay_categorical_two_level AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_radialheatmap.py#L40
BokehRadialHeatMapPlotTests.test_angle_bin_computation AttributeError: module 'itertools' has no attribute 'pairwise'
unit:test-39:windows-latest: holoviews\tests\plotting\bokeh\test_radialheatmap.py#L40
BokehRadialHeatMapPlotTests.test_compute_ann_tick_mappings AttributeError: module 'itertools' has no attribute 'pairwise'
result:test
Process completed with exit code 1.
Setup workflow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pixi lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
core:test-core:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ui:test-ui:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-39:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-312:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
result:test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
pixi-lock
307 KB