[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
341/474: gnu: python-matplotlib: Disable more failing tests.
From: |
guix-commits |
Subject: |
341/474: gnu: python-matplotlib: Disable more failing tests. |
Date: |
Sat, 30 Nov 2024 18:20:50 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 558b61827c17853a7b18537c88a9f857121c9563
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 d8fe679a5e..b48ee21f00 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9700,14 +9700,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
- 335/474: gnu: python-isort: Update to 5.13.2., (continued)
- 335/474: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/30
- 380/474: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/30
- 378/474: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/30
- 381/474: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/30
- 382/474: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/30
- 342/474: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/30
- 374/474: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/30
- 371/474: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/30
- 345/474: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/30
- 383/474: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/30
- 341/474: gnu: python-matplotlib: Disable more failing tests.,
guix-commits <=
- 357/474: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/30
- 369/474: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/30
- 375/474: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/30
- 363/474: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/30
- 356/474: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/30
- 367/474: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/30
- 365/474: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/30
- 343/474: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/30
- 361/474: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/30
- 347/474: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/30