aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-03 13:12:08 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:18 +0200
commit02ca781c0367c81826e1ff6f3c0d741db8d294e5 (patch)
tree9a5a2cddef066d5a4766480738ca7096f6863a00 /gnu/packages/python-science.scm
parentf678884b4a4bc611ae037c9af50f1bbfa07bb0b0 (diff)
downloadguix-02ca781c0367c81826e1ff6f3c0d741db8d294e5.tar
guix-02ca781c0367c81826e1ff6f3c0d741db8d294e5.tar.gz
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
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm4
1 files changed, 4 insertions, 0 deletions
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 @@ aggregated sum and more.")
"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")