From 02ca781c0367c81826e1ff6f3c0d741db8d294e5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 3 May 2024 13:12:08 +0200 Subject: gnu: python-plotnine: Disable test because of harmless warning. * gnu/packages/python-science.scm (python-plotnine)[arguments]: Disable test_save_method which prints an unexpected warning.. Change-Id: I28a20b85ee549311bed534efbf801db930419ca9 --- gnu/packages/python-science.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index da6d86eeca..2c58fb3675 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2537,6 +2537,10 @@ (define-public python-plotnine "test_stack_non_linear_scale" "test_uneven_num_of_lines" + ;; This triggers an unexpected but harmless + ;; warning. + "test_save_method" + ;; Missing optional modules "test_non_linear_smooth" "test_non_linear_smooth_no_ci") -- cgit v1.2.3