aboutsummaryrefslogtreecommitdiff
path: root/libtest.groovy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-04-07 16:47:16 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-04-07 16:47:16 -0400
commit882988e62258d619872b50790d7eda51312e740a (patch)
tree14c334ba61721c0cb820c5b46229e874bd69a30a /libtest.groovy
parent268d75a14701fa1386c2e8050f112241f5837341 (diff)
downloadsimple_pytest_test-882988e62258d619872b50790d7eda51312e740a.tar.gz
asdfasl
Diffstat (limited to 'libtest.groovy')
-rw-r--r--libtest.groovy2
1 files changed, 1 insertions, 1 deletions
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