From 7bf75e5190dc1cb9143a9584cd19c9909e574c9c Mon Sep 17 00:00:00 2001 From: Espen Hagen <2492641+espenhgn@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:26:10 +0200 Subject: [PATCH] PREFIX_CUSTOM_MOUNT defined --- tests/test_container_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_container_template.py b/tests/test_container_template.py index 4244390..3766f53 100644 --- a/tests/test_container_template.py +++ b/tests/test_container_template.py @@ -57,6 +57,7 @@ # neither singularity nor docker found, fall back to plain python PREFIX = 'python' PREFIX_MOUNT = 'python' + PREFIX_CUSTOM_MOUNT = 'python' def test_assert():