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
This commit is contained in:
Ricardo Wurmus 2024-05-03 13:12:08 +02:00
parent f678884b4a
commit 02ca781c03
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")