We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c48ca commit 84bcae4Copy full SHA for 84bcae4
fmriprep/workflows/bold/tests/test_util.py
@@ -19,7 +19,8 @@ def symmetric_overlap(img1, img2):
19
20
21
@pytest.mark.skipif(not os.getenv('FMRIPREP_REGRESSION_SOURCE') or
22
- not os.getenv('FMRIPREP_REGRESSION_TARGETS'))
+ not os.getenv('FMRIPREP_REGRESSION_TARGETS'),
23
+ reason='FMRIPREP_REGRESSION_{SOURCE,TARGETS} env vars not set')
24
@pytest.mark.parametrize('input_fname,expected_fname', [
25
(os.path.join(os.getenv('FMRIPREP_REGRESSION_SOURCE', ''),
26
base_fname),
0 commit comments