[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
342/361: gnu: python-matplotlib: Disable more failing tests.
From: |
guix-commits |
Subject: |
342/361: gnu: python-matplotlib: Disable more failing tests. |
Date: |
Thu, 21 Nov 2024 06:29:47 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f021d9f624904ce9faa9d22c0379954da61e7b8a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 11:26:53 2024 +0000
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
---
gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 45f503839c..4576d98bd8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9701,14 +9701,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
- 304/361: gnu: python-pexpect: Improve package style., (continued)
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/21
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/21
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/21
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/21
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/21
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/21
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/21
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/21
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/21
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/21
- 342/361: gnu: python-matplotlib: Disable more failing tests.,
guix-commits <=
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/21
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/21
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/21
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/21
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/21
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/21
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/21
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/21
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/21
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/21