diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:44:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:44:48 -0400 |
commit | 268d75a14701fa1386c2e8050f112241f5837341 (patch) | |
tree | 6b1d3de6918b860027a7d1325fcd10c211a229b3 /libtest.groovy | |
parent | c91635332a051e51ddac793c1e253e04febd3d5b (diff) | |
download | simple_pytest_test-268d75a14701fa1386c2e8050f112241f5837341.tar.gz |
asdfasl
Diffstat (limited to 'libtest.groovy')
-rw-r--r-- | libtest.groovy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtest.groovy b/libtest.groovy index a6a97ad..fbdfd8a 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -13,6 +13,10 @@ bc0 = new BuildConfig() bc0.nodetype = "RHEL-7" bc0.name = "libtest" bc0.build_cmds = ["true"] +bc0.conda_ver = '4.9.2' +bc0.conda_packages = [ + "python=3.7", +] bc0.test_cmds = ["pip install pytest", "pytest tests --basetemp=tests_output --junitxml results.xml --remote-data tests/"] bc0.failedUnstableThresh = 1 |