aboutsummaryrefslogtreecommitdiff
path: root/libtest.groovy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-06-18 15:46:11 -0400
committerGitHub <noreply@github.com>2024-06-18 15:46:11 -0400
commit84e48336c5a932e32c5408c719038228ee2b6258 (patch)
tree7538d24743fa036571e798b5c498a316599492d2 /libtest.groovy
parent72a54deeb4e7770fa9ee93020dc6dc42067e46d4 (diff)
downloadsimple_pytest_test-master.tar.gz
Update libtest.groovyHEADmaster
Diffstat (limited to 'libtest.groovy')
-rw-r--r--libtest.groovy3
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"]