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 f8e38b4 commit c9fe6cdCopy full SHA for c9fe6cd
templateflow/tests/test_conf.py
@@ -1,7 +1,9 @@
1
from pathlib import Path
2
+import pytest
3
from .. import conf, api
4
5
6
+@pytest.mark.skipif(conf.TF_USE_DATALAD, reason="S3 only")
7
def test_update_s3(tmp_path):
8
conf.TF_HOME = tmp_path / 'templateflow'
9
conf.TF_HOME.mkdir(exist_ok=True)
0 commit comments