mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-matplotlib: Disable more failing tests.
* gnu/packages/python-xyz.scm (python-matplotlib): 5 more tests are disabled, they fail with verity of warnings and look save to silent. Change-Id: I81693452aa88ddbd44fb615f4d4251b5309e4ebe
This commit is contained in:
parent
1da372e3c2
commit
9b8cbb544d
1 changed files with 23 additions and 8 deletions
|
@ -9727,14 +9727,29 @@ comparison.
|
|||
(list
|
||||
#:test-flags
|
||||
'(list "-m" "not network"
|
||||
"-k"
|
||||
(string-append
|
||||
;; This one fails with a small difference in the upper left.
|
||||
"not test_figure_legend_outside"
|
||||
" and not test_warn_big_data_best_loc"
|
||||
;; The 'test_lazy_auto_backend_selection' fails
|
||||
;; because it would require an X server; skip it.
|
||||
" and not test_lazy_auto_backend_selection"))
|
||||
"-k" (string-join
|
||||
(list
|
||||
;; This one fails with a small difference in the upper left.
|
||||
"not test_figure_legend_outside"
|
||||
"test_warn_big_data_best_loc"
|
||||
;; The 'test_lazy_auto_backend_selection' fails because it
|
||||
;; would require an X server; skip it.
|
||||
"test_lazy_auto_backend_selection"
|
||||
;; It fails with deprecation warning The register_cmap function
|
||||
;; was deprecated in Matplotlib 3.7 and will be removed two
|
||||
;; minor releases later.
|
||||
"test_double_register_builtin_cmap"
|
||||
;; Failed: DID NOT WARN. No warnings of type (<class
|
||||
;; 'UserWarning'>,) were emitted.
|
||||
"test_rcparams_update"
|
||||
"test_rcparams_init"
|
||||
;; ResourceWarning: unclosed file <_io.BufferedWriter
|
||||
;; name='a.pdf'>
|
||||
"test_multipage_keep_empty"
|
||||
;; UserWarning: Glyph 8722 (\N{MINUS SIGN}) missing from
|
||||
;; current font.
|
||||
"test_mathtext_ticks")
|
||||
" and not "))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'build 'pretend-version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue