rekado pushed a commit to branch python-team
in repository guix.

commit fa51fe981ce7a770068698773ee3e1f3c775b4ab
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 20 16:47:26 2025 +0100

    gnu: python-pillow-heif: Update test-flags.
    
    * gnu/packages/python-xyz.scm (python-pillow-heif)[arguments]{test-flags}:
    Update them.
    [native-inputs]: Remove uneeded python-pylint.
---
 gnu/packages/python-xyz.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4d55120f8f..f2d76b56f7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11517,17 +11517,10 @@ a general image processing tool.")
     (arguments
      (list
       #:test-flags
-      #~(list "-k"                      ; XXX: 10/12 bit tests fail
+      #~(list "-k"
               (string-append
-               "not test_save_bgr_16bit_to_10_12_bit"
-               " and not test_save_bgra_16bit_to_10_12_bit"
-               " and not test_open_heif_compare_non_standard_modes_data"
-               " and not test_open_save_disable_16bit"
-               " and not test_heif_read_images[image_path16]"
-               " and not test_heif_read_images[image_path43]"
-               " and not test_premultiplied_alpha"
-               " and not test_hdr_save"
-               " and not test_I_color_modes_to_10_12_bit"))))
+               "not test_heif_read_images[image_path25]"
+               " and not test_heif_read_images[image_path49]"))))
     (inputs (list libheif))
     (propagated-inputs (list python-pillow))
     (native-inputs (list opencv         ; for opencv-python
@@ -11536,7 +11529,6 @@ a general image processing tool.")
                          python-numpy
                          python-packaging
                          python-pre-commit
-                         python-pylint
                          python-pympler
                          python-setuptools
                          python-pytest

Reply via email to