Skip to content

Commit b1626c7

Browse files
committed
Fix tests
1 parent e280431 commit b1626c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

capsul/test/test_fake_morphologist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def test_fake_morphologist_config(self):
222222
"metadata_schema": "brainvisa_shared",
223223
},
224224
},
225+
"persistent": True,
225226
"spm": {
226227
"spm_12_standalone": {
227228
"directory": str(self.tmp / "software" / "fakespm-12"),

capsul/test/test_tiny_morphologist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def test_tiny_morphologist_config(self):
408408
"metadata_schema": "brainvisa",
409409
},
410410
},
411+
"persistent": True,
411412
"fakespm": {
412413
"fakespm_12": {
413414
"directory": str(self.tmp / "software" / "fakespm-12"),

0 commit comments

Comments
 (0)