mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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:
@@ -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
Block a user