summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-20 16:47:26 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:13 +0200
commit7e8f8c0d3d53b09d90821ad3d5a3616b7785d269 (patch)
tree79c644b2962c407b0b033882afeec4b2f289822a /gnu/packages/python-xyz.scm
parenta35f661489dc188d4b5ef7ec7049022a86aa94b0 (diff)
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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 3 insertions, 11 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 00f819d1fb..4a4230b95c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11780,17 +11780,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
@@ -11799,7 +11792,6 @@ a general image processing tool.")
python-numpy
python-packaging
python-pre-commit
- python-pylint
python-pympler
python-setuptools
python-pytest