me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 4 additions and 0 deletions

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