From 8fb1ccf1290aaef0fc9b08eed00d53ac430f2489 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 1 Oct 2025 17:02:30 +0100 Subject: [PATCH] gnu: python-pyvcf3: Fix tests. * gnu/packages/bioinformatics.scm (python-pyvcf3)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I7ff63f2b6a19662570a76fd597f8741e32218c3b --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9ba3e900a01..0e80c7eb208 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -24278,7 +24278,7 @@ for the analysis and visualization of raw nanopore signal.") (base32 "0i4j5bq5q32q216ja7yvg0mpww5j0b9p8ky5bya4d31wqmygal8z")))) (build-system pyproject-build-system) (propagated-inputs (list python-setuptools)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/dridk/PyVCF3") (synopsis "Variant Call Format parser for Python") (description "This package provides a @acronym{VCF,Variant Call Format}