1
0
forked from tribes/guix

gnu: r-txdbmaker: Replace custom phase with SKIPPED-TESTS argument.

* gnu/packages/bioconductor.scm (r-txdbmaker)[arguments]: Remove phase
'delete-bad-tests; specify #:skipped-tests instead.

Change-Id: I35e1fb2dce920cb0a59a063eb2b511b636e46546
This commit is contained in:
Ricardo Wurmus
2026-04-06 11:01:47 +02:00
parent e5809f9dfe
commit eb8fb07869
+5 -8
View File
@@ -15078,14 +15078,11 @@ dependencies between GO terms can be implemented and applied.")
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'delete-bad-tests
(lambda _
;; These tests attempt to download files.
(for-each delete-file
'("inst/unitTests/test_makeTxDbFromUCSC.R"
"inst/unitTests/test_makeTxDbFromBiomart.R")))))))
#:test-directory "inst/unitTests"
#:skipped-tests
;; These tests attempt to download files.
'("test_makeTxDbFromUCSC.R"
"test_makeTxDbFromBiomart.R")))
(propagated-inputs (list r-annotationdbi
r-biobase
r-biocgenerics