diff options
-rw-r--r-- | libtest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |