~ruther/guix-local

db463c0eb6f2e7be5d369875a18d96f9b18c351b — Sharlatan Hellseher 5 months ago 7806383
gnu: python-cwlformat: Fix tests.

* gnu/packages/bioinformatics.scm (python-cwlformat)[arguments]
<test-flags>: Skip one test.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: Ic72c23fbe9a456d45e140c47ed06685ca5457b4b
1 files changed, 8 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +8 -1
@@ 7027,7 7027,14 @@ doublets in single-cell RNA-seq data.")
        (base32
         "0agkz2w86k91rc9m5vx5hsqi5nm6fcmzkng6j99hjapz0r9233ql"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-setuptools python-wheel))
    (arguments
     (list
      #:test-flags
      ;; Assert fails to compare large files.
      #~(list "--deselect=tests/test_battery.py::test_formatting_battery")))
    (native-inputs
     (list python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-importlib-resources
           python-ruamel.yaml))