~ruther/guix-local

7e4ee9b615877b5374956b54f37d10513003f013 — Cayetano Santos 5 months ago c23faab
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>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 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