aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]