aboutsummaryrefslogtreecommitdiff
path: root/stasis.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-08-15 15:27:45 -0400
committerGitHub <noreply@github.com>2024-08-15 15:27:45 -0400
commitc069d0da7645eb1e596a53178960149224af8d48 (patch)
tree4f69e4ec146bbbae85f64207fac795b03060cd59 /stasis.ini
parentcc5fa8b386200cce03ef8a081acccc92dc44ddfb (diff)
downloadstasis-c069d0da7645eb1e596a53178960149224af8d48.tar.gz
Add template convience functions (and bug fixes) (#29)
* Die when render variable is NULL * This was caught when a call to {{ func:xyz() }} lacked opening/closing parenthesis * Scripts in tests should only render template strings right before execution * Remove conda version pin * This avoids updating conda in the base environment * This also avoids pitfalls associated with newly released (always broken) versions of conda * Add two template convenience functions * get_junitxml_result_auto() * get_basetemp_result_auto() * Handle rendering error for test script * Rename functions * get_junitxml_result_auto -> junitxml_file * get_basetemp_result_auto -> basetemp_dir * Thank you, @zacharyburnett
Diffstat (limited to 'stasis.ini')
-rw-r--r--stasis.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/stasis.ini b/stasis.ini
index 00fd3f4..875ca26 100644
--- a/stasis.ini
+++ b/stasis.ini
@@ -16,7 +16,6 @@ conda_fresh_start = true
; (list) Conda packages to be installed/overridden in the base environment
conda_packages =
- conda>=23.7.0
conda-build>=3.22.0
boa
conda-verify