diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 13:14:37 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:54 +0100 |
| commit | 4e0544a3ad8bb9922ee8a08ca64261eeef5c7fa3 (patch) | |
| tree | 653f1bac2b9b49ed36ee704d9913bf8433402f7a /gnu | |
| parent | 0aa63b09d18583a1b6faf36cc80b1a1762d0047f (diff) | |
gnu: pairadise: Disable missing tests.
* gnu/packages/bioinformatics.scm (pairadise):
[arguments] <tests?>: No tests.
[native-inputs]: Remove python-wheel.
Change-Id: I0545b4ce56562ba9c5f875133cff33fbd1126459
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7b9daec10b9..162c4237e16 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14597,13 +14597,14 @@ Needleman-Wunsch).") (build-system pyproject-build-system) (arguments (list + #:tests? #f ;no tests #:phases '(modify-phases %standard-phases (add-after 'unpack 'chdir (lambda _ (chdir "pairadise"))) (add-before 'build '2to3 (lambda _ (invoke "2to3" "--write" "--nobackups" ".")))))) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (inputs (list star)) (propagated-inputs (list python-pysam)) (home-page "https://github.com/Xinglab/PAIRADISE") |
