From 4e6fda2a6e086b88bf6f8a363356f6ef019bec74 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Apr 2021 13:10:06 -0400 Subject: no conda --- libtest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtest.groovy b/libtest.groovy index 2774278..e804380 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -13,7 +13,7 @@ bc0 = new BuildConfig() bc0.nodetype = "python37" bc0.name = "libtest" bc0.build_cmds = ["true"] -bc0.test_cmds = ["conda install -q -y pytest requests astropy", +bc0.test_cmds = ["pip install pytest", "pytest tests --basetemp=tests_output --junitxml results.xml --remote-data tests/"] bc0.failedUnstableThresh = 1 bc0.failedFailureThresh = 6 -- cgit