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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user