diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 17:02:38 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 17:02:38 -0400 |
commit | 72a54deeb4e7770fa9ee93020dc6dc42067e46d4 (patch) | |
tree | 0baebfdbd6af0f9c93ed98f3f27eaa0010d0c67f | |
parent | 89e353eec4795e70172f977da06a724ed7199e78 (diff) | |
download | simple_pytest_test-72a54deeb4e7770fa9ee93020dc6dc42067e46d4.tar.gz |
sigh
-rw-r--r-- | libtest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest.groovy b/libtest.groovy index f476db8..0371a8a 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-does-not-exist", +bc0.test_cmds = ["pip install pytest", "pytest tests --basetemp=tests_output --junitxml results.xml"] bc0.failedUnstableThresh = 1 bc0.failedFailureThresh = 6 |