Skip to content

Commit e161389

Browse files
committed
TEST: Drop fmriprep-dependent test for now
1 parent a9ac71e commit e161389

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

nibabies/reports/core.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,6 @@ def run_reports(
3636
):
3737
"""
3838
Run the reports.
39-
40-
.. testsetup::
41-
42-
>>> cwd = os.getcwd()
43-
>>> os.chdir(tmpdir)
44-
45-
>>> from pkg_resources import resource_filename
46-
>>> from shutil import copytree
47-
>>> test_data_path = resource_filename('fmriprep', 'data/tests/work')
48-
>>> testdir = Path(tmpdir)
49-
>>> data_dir = copytree(test_data_path, str(testdir / 'work'))
50-
>>> (testdir / 'fmriprep').mkdir(parents=True, exist_ok=True)
51-
52-
.. doctest::
53-
54-
>>> run_reports(testdir / 'out', '01', 'madeoutuuid', packagename='fmriprep',
55-
... reportlets_dir=testdir / 'work' / 'reportlets' / 'fmriprep')
56-
0
57-
58-
.. testcleanup::
59-
60-
>>> os.chdir(cwd)
61-
6239
"""
6340
return Report(
6441
out_dir,

0 commit comments

Comments
 (0)