diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-18 15:46:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 15:46:11 -0400 |
commit | 84e48336c5a932e32c5408c719038228ee2b6258 (patch) | |
tree | 7538d24743fa036571e798b5c498a316599492d2 /libtest.groovy | |
parent | 72a54deeb4e7770fa9ee93020dc6dc42067e46d4 (diff) | |
download | simple_pytest_test-84e48336c5a932e32c5408c719038228ee2b6258.tar.gz |
Diffstat (limited to 'libtest.groovy')
-rw-r--r-- | libtest.groovy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libtest.groovy b/libtest.groovy index 0371a8a..4e11162 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -13,9 +13,8 @@ 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", + "python=3.11", ] bc0.test_cmds = ["pip install pytest", "pytest tests --basetemp=tests_output --junitxml results.xml"] |