From d205cdba1d4764477d22b2808e82d90922d1e64a Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Tue, 4 Apr 2023 15:49:13 +0200 Subject: [PATCH] fix: tests --- .circleci/circle_T1w.txt | 2 ++ .circleci/circle_bold.txt | 2 ++ mriqc/tests/test_config.py | 1 + 3 files changed, 5 insertions(+) diff --git a/.circleci/circle_T1w.txt b/.circleci/circle_T1w.txt index fdbfa290a..84daebf07 100644 --- a/.circleci/circle_T1w.txt +++ b/.circleci/circle_T1w.txt @@ -1,3 +1,5 @@ +.bids_db +.bids_db/layout_index.sqlite .bidsignore dataset_description.json group_T1w.html diff --git a/.circleci/circle_bold.txt b/.circleci/circle_bold.txt index 04bd03254..6c28affc2 100644 --- a/.circleci/circle_bold.txt +++ b/.circleci/circle_bold.txt @@ -1,3 +1,5 @@ +.bids_db +.bids_db/layout_index.sqlite .bidsignore dataset_description.json group_bold.html diff --git a/mriqc/tests/test_config.py b/mriqc/tests/test_config.py index cdad3e02d..c966ded10 100644 --- a/mriqc/tests/test_config.py +++ b/mriqc/tests/test_config.py @@ -69,6 +69,7 @@ def test_bids_indexing_manifest(tmp_path, testdata_path, testcase): reload(config) + config.execution.output_dir = Path(tmp_path) / "out" config.execution.bids_dir = _expand_bids( tmp_path, testdata_path,