Skip to content

Commit c9fe6cd

Browse files
committed
FIX: skip test if using datalad
1 parent f8e38b4 commit c9fe6cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templateflow/tests/test_conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from pathlib import Path
2+
import pytest
23
from .. import conf, api
34

45

6+
@pytest.mark.skipif(conf.TF_USE_DATALAD, reason="S3 only")
57
def test_update_s3(tmp_path):
68
conf.TF_HOME = tmp_path / 'templateflow'
79
conf.TF_HOME.mkdir(exist_ok=True)

0 commit comments

Comments
 (0)