summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-04-03 09:41:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-04-03 09:43:11 +0300
commitb6bc9ac1f866f641738355b1357cdc21aed4d3b9 (patch)
tree7efd864feb688ef8159f8185f17803d5ea8251af /gnu/packages
parent9cac413ab15dbd837af2364bc730a1d6881a8d56 (diff)
gnu: python-cramjam: Skip another test.
* gnu/packages/python-compression.scm (python-cramjam)[arguments]: Adjust the test-flags to skip another test. Change-Id: If83f72c5da43a1c0087192e001c359a16b2c7f14
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-compression.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm
index d38a98d14d0..a2e47ae9257 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -289,11 +289,13 @@ were a single file.")
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 743 passed, 1 skipped, 1 deselected
+ ;; tests: 742 passed, 1 skipped, 2 deselected
#:test-flags
#~(list "--ignore=benchmarks/test_bench.py"
;; FIXME: Did not raise cramjam.DecompressionError
- "--deselect=tests/test_variants.py::test_variants_raise_exception[deflate]")
+ "--deselect=tests/test_variants.py::test_variants_raise_exception[deflate]"
+ ;; This test fails nondeterministically.
+ "--deselect=tests/test_variants.py::test_variants_decompress_into[zlib-Buffer-File]")
#:imported-modules `(,@%cargo-build-system-modules
,@%pyproject-build-system-modules)
#:modules '(((guix build cargo-build-system) #:prefix cargo:)