diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-01 10:11:26 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-09 08:50:13 +0000 |
| commit | 7e4ee9b615877b5374956b54f37d10513003f013 (patch) | |
| tree | ef19e0fe319fcb6c531f5a116170320d5feb3137 /gnu/packages/python-xyz.scm | |
| parent | c23faabcc72b61fd8c40bf17bf197aa291870579 (diff) | |
gnu: python-bitstring: Fix tests.
Disable a couple of tests, which are incompatible with upgrade of python-gfloat.
* gnu/packages/python-xyz.scm (python-bitstring)[arguments]: Adjust
Change-Id: I66358e5390ce939f83403ef1247e70b82b9f604d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ac0aa3f0f3a..8433d5943a9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31846,7 +31846,9 @@ has been created, and the visibility of the icon can be toggled.") (build-system pyproject-build-system) (arguments (list - #:test-flags #~(list "--ignore=tests/test_benchmarks.py"))) + #:test-flags #~(list "--ignore=tests/test_benchmarks.py" + "--ignore=tests/test_fp8.py" + "--ignore=tests/test_mxfp.py"))) (native-inputs (list python-gfloat python-pytest python-setuptools python-wheel)) (propagated-inputs |
