From 882988e62258d619872b50790d7eda51312e740a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Apr 2021 16:47:16 -0400 Subject: asdfasl --- libtest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtest.groovy b/libtest.groovy index fbdfd8a..0371a8a 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -18,7 +18,7 @@ bc0.conda_packages = [ "python=3.7", ] bc0.test_cmds = ["pip install pytest", - "pytest tests --basetemp=tests_output --junitxml results.xml --remote-data tests/"] + "pytest tests --basetemp=tests_output --junitxml results.xml"] bc0.failedUnstableThresh = 1 bc0.failedFailureThresh = 6 -- cgit