From 84e48336c5a932e32c5408c719038228ee2b6258 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 18 Jun 2024 15:46:11 -0400 Subject: Update libtest.groovy --- libtest.groovy | 3 +-- 1 file changed, 1 insertion(+), 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"] -- cgit