Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use the packaged version of cwltool in the tests
Forwarded: not-needed

Don't install from anaconda.

--- r-bioc-rcwl.orig/tests/testthat/test_all.R
+++ r-bioc-rcwl/tests/testthat/test_all.R
@@ -3,7 +3,6 @@
 input1 <- InputParam(id = "sth")
 echo <- cwlProcess(baseCommand = "echo", inputs = InputParamList(input1))
 echo$sth <- "Hello World!"
-install_cwltool()
 r1 <- runCWL(echo)
 test_that("simple echo", {
     expect_match(tail(r1$logs, 1), "success")})
