diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:56:23 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:56:23 -0400 |
commit | a4719052c4e47a31cbb22be354b44b10ad4c5aaf (patch) | |
tree | 44a0d86991a38b565566cd81797c3a54c04be807 /libtest.groovy | |
parent | 882988e62258d619872b50790d7eda51312e740a (diff) | |
download | simple_pytest_test-a4719052c4e47a31cbb22be354b44b10ad4c5aaf.tar.gz |
asdfasl
Diffstat (limited to 'libtest.groovy')
-rw-r--r-- | libtest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest.groovy b/libtest.groovy index 0371a8a..f476db8 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -17,7 +17,7 @@ bc0.conda_ver = '4.9.2' bc0.conda_packages = [ "python=3.7", ] -bc0.test_cmds = ["pip install pytest", +bc0.test_cmds = ["pip install pytest-does-not-exist", "pytest tests --basetemp=tests_output --junitxml results.xml"] bc0.failedUnstableThresh = 1 bc0.failedFailureThresh = 6 |