From 1b5efea90ab673baff18ef53af92f28b426b7031 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 3 Aug 2026 21:46:05 +0200 Subject: gnu: python-plotnine: Ignore failing tests. * gnu/packages/python-science.scm (python-plotnine)[arguments] {test-flags}: Refresh them, ignore test_geom* and test_stat* more robustly. Signed-off-by: Andreas Enge --- gnu/packages/python-science.scm | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4d4390e53ae..78fc2c5a826 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -5918,34 +5918,16 @@ multiple-axes, polar charts, and bubble charts.") "tests/test_coords.py" "tests/test_facet_labelling.py" "tests/test_facets.py" - "tests/test_geom_bar_col_histogram.py" - "tests/test_geom_bin_2d.py" - "tests/test_geom_boxplot.py" - "tests/test_geom_count.py" - "tests/test_geom_density_2d.py" - "tests/test_geom_density.py" - "tests/test_geom_dotplot.py" - "tests/test_geom_freqpoly.py" - "tests/test_geom_map.py" - "tests/test_geom_path_line_step.py" - "tests/test_geom_point.py" - "tests/test_geom_raster.py" - "tests/test_geom_rect_tile.py" - "tests/test_geom_ribbon_area.py" - "tests/test_geom_sina.py" - "tests/test_geom_smooth.py" - "tests/test_geom_text_label.py" - "tests/test_geom_violin.py" "tests/test_layout.py" "tests/test_position.py" "tests/test_qplot.py" + "tests/test_plot_composition.py" "tests/test_scale_internals.py" "tests/test_scale_labelling.py" - "tests/test_stat_ecdf.py" - "tests/test_stat_function.py" - "tests/test_stat_summary.py" "tests/test_theme.py")) - "-k" + "--ignore-glob=tests/test_geom*.py" + "--ignore-glob=tests/test_stat*.py" + "-k" ; Other failures (string-append "not " (string-join (list -- cgit v1.2.3