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: I28a20b85ee549311bed534efbf801db930419ca9master
parent
f678884b4a
commit
02ca781c03
|
@ -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")
|
||||
|
|
Reference in New Issue