summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-03 21:46:05 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:28 +0100
commit1b5efea90ab673baff18ef53af92f28b426b7031 (patch)
tree4dbda0c4562e2fbb5733cec86860cc587c2943f7 /gnu/packages/python-science.scm
parent71a35a1ad8badc3df02b8f390364f7918fa95401 (diff)
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm26
1 files changed, 4 insertions, 22 deletions
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.")
5918 "tests/test_coords.py" 5918 "tests/test_coords.py"
5919 "tests/test_facet_labelling.py" 5919 "tests/test_facet_labelling.py"
5920 "tests/test_facets.py" 5920 "tests/test_facets.py"
5921 "tests/test_geom_bar_col_histogram.py"
5922 "tests/test_geom_bin_2d.py"
5923 "tests/test_geom_boxplot.py"
5924 "tests/test_geom_count.py"
5925 "tests/test_geom_density_2d.py"
5926 "tests/test_geom_density.py"
5927 "tests/test_geom_dotplot.py"
5928 "tests/test_geom_freqpoly.py"
5929 "tests/test_geom_map.py"
5930 "tests/test_geom_path_line_step.py"
5931 "tests/test_geom_point.py"
5932 "tests/test_geom_raster.py"
5933 "tests/test_geom_rect_tile.py"
5934 "tests/test_geom_ribbon_area.py"
5935 "tests/test_geom_sina.py"
5936 "tests/test_geom_smooth.py"
5937 "tests/test_geom_text_label.py"
5938 "tests/test_geom_violin.py"
5939 "tests/test_layout.py" 5921 "tests/test_layout.py"
5940 "tests/test_position.py" 5922 "tests/test_position.py"
5941 "tests/test_qplot.py" 5923 "tests/test_qplot.py"
5924 "tests/test_plot_composition.py"
5942 "tests/test_scale_internals.py" 5925 "tests/test_scale_internals.py"
5943 "tests/test_scale_labelling.py" 5926 "tests/test_scale_labelling.py"
5944 "tests/test_stat_ecdf.py"
5945 "tests/test_stat_function.py"
5946 "tests/test_stat_summary.py"
5947 "tests/test_theme.py")) 5927 "tests/test_theme.py"))
5948 "-k" 5928 "--ignore-glob=tests/test_geom*.py"
5929 "--ignore-glob=tests/test_stat*.py"
5930 "-k" ; Other failures
5949 (string-append "not " 5931 (string-append "not "
5950 (string-join 5932 (string-join
5951 (list 5933 (list