diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-03 09:41:50 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-03 09:43:11 +0300 |
| commit | b6bc9ac1f866f641738355b1357cdc21aed4d3b9 (patch) | |
| tree | 7efd864feb688ef8159f8185f17803d5ea8251af /gnu/packages/python-compression.scm | |
| parent | 9cac413ab15dbd837af2364bc730a1d6881a8d56 (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/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 6 |
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.") | |||
| 289 | (build-system pyproject-build-system) | 289 | (build-system pyproject-build-system) |
| 290 | (arguments | 290 | (arguments |
| 291 | (list | 291 | (list |
| 292 | ;; tests: 743 passed, 1 skipped, 1 deselected | 292 | ;; tests: 742 passed, 1 skipped, 2 deselected |
| 293 | #:test-flags | 293 | #:test-flags |
| 294 | #~(list "--ignore=benchmarks/test_bench.py" | 294 | #~(list "--ignore=benchmarks/test_bench.py" |
| 295 | ;; FIXME: Did not raise cramjam.DecompressionError | 295 | ;; FIXME: Did not raise cramjam.DecompressionError |
| 296 | "--deselect=tests/test_variants.py::test_variants_raise_exception[deflate]") | 296 | "--deselect=tests/test_variants.py::test_variants_raise_exception[deflate]" |
| 297 | ;; This test fails nondeterministically. | ||
| 298 | "--deselect=tests/test_variants.py::test_variants_decompress_into[zlib-Buffer-File]") | ||
| 297 | #:imported-modules `(,@%cargo-build-system-modules | 299 | #:imported-modules `(,@%cargo-build-system-modules |
| 298 | ,@%pyproject-build-system-modules) | 300 | ,@%pyproject-build-system-modules) |
| 299 | #:modules '(((guix build cargo-build-system) #:prefix cargo:) | 301 | #:modules '(((guix build cargo-build-system) #:prefix cargo:) |
