~ruther/guix-local

09b2af5140019a4819b61f6f64eb228534262e47 — Sharlatan Hellseher 9 months ago 2eab477
gnu: python-htsget: Disable tests.

* gnu/packages/bioinformatics.scm (python-htsget)[arguments] <tests?>:
They depend on Nose test runner, which is deprecated upstream.
[native-inputs]: Remove python-wheel.

Change-Id: I9876ff1846c1475e9ad50679ad5beca53e252471
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +3 -1
@@ 3108,8 3108,10 @@ varies in similar way among cells which are nearby in the given metric.")
             (base32
              "111q4pzkav26aa3hkgh948wqlyrq7dq6sjml9z63n3blw8s6b0c4"))))
   (build-system pyproject-build-system)
   (arguments
    (list #:tests? #f)) ;they depend on Nose test runner
   (native-inputs
    (list python-setuptools-scm python-setuptools python-wheel))
    (list python-setuptools-scm python-setuptools))
   (propagated-inputs
    (list python-humanize python-requests python-six))
   (home-page "https://pypi.org/project/htsget/")