From b1626c70465a90e199c6e58d44d725a4596f0cbe Mon Sep 17 00:00:00 2001 From: sapetnioc Date: Wed, 17 Jul 2024 17:14:51 +0200 Subject: [PATCH] Fix tests --- capsul/test/test_fake_morphologist.py | 1 + capsul/test/test_tiny_morphologist.py | 1 + 2 files changed, 2 insertions(+) diff --git a/capsul/test/test_fake_morphologist.py b/capsul/test/test_fake_morphologist.py index 8b178e42..e2dc00be 100644 --- a/capsul/test/test_fake_morphologist.py +++ b/capsul/test/test_fake_morphologist.py @@ -222,6 +222,7 @@ def test_fake_morphologist_config(self): "metadata_schema": "brainvisa_shared", }, }, + "persistent": True, "spm": { "spm_12_standalone": { "directory": str(self.tmp / "software" / "fakespm-12"), diff --git a/capsul/test/test_tiny_morphologist.py b/capsul/test/test_tiny_morphologist.py index 1d2eb39e..f22f154e 100644 --- a/capsul/test/test_tiny_morphologist.py +++ b/capsul/test/test_tiny_morphologist.py @@ -408,6 +408,7 @@ def test_tiny_morphologist_config(self): "metadata_schema": "brainvisa", }, }, + "persistent": True, "fakespm": { "fakespm_12": { "directory": str(self.tmp / "software" / "fakespm-12"),