diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:47:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:47:16 -0400 |
commit | 882988e62258d619872b50790d7eda51312e740a (patch) | |
tree | 14c334ba61721c0cb820c5b46229e874bd69a30a | |
parent | 268d75a14701fa1386c2e8050f112241f5837341 (diff) | |
download | simple_pytest_test-882988e62258d619872b50790d7eda51312e740a.tar.gz |
asdfasl
-rw-r--r-- | libtest.groovy | 2 |
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 |