Skip to content

Commit

Permalink
FIX: skip test if using datalad
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 18, 2020
1 parent f8e38b4 commit c9fe6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templateflow/tests/test_conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from pathlib import Path
import pytest
from .. import conf, api


@pytest.mark.skipif(conf.TF_USE_DATALAD, reason="S3 only")
def test_update_s3(tmp_path):
conf.TF_HOME = tmp_path / 'templateflow'
conf.TF_HOME.mkdir(exist_ok=True)
Expand Down

0 comments on commit c9fe6cd

Please sign in to comment.