Skip to content

Commit

Permalink
Update bids/layout/tests/test_remote_bids.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Nov 4, 2024
1 parent d96b7b4 commit 962cfe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bids/layout/tests/test_remote_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# - missing files in micr?

import pytest
from botocore.exceptions import NoCredentialsError
from upath import UPath

from bids.layout import BIDSLayout
Expand All @@ -18,6 +19,7 @@
(UPath("s3://openneuro.org/ds000102", anon=True), 136),
],
)
@pytest.mark.xfail(raises=NoCredentialsError)
def test_layout_on_s3_datasets_no_derivatives(dataset, nb_files):
layout = BIDSLayout(dataset)
files = layout.get()
Expand Down

0 comments on commit 962cfe7

Please sign in to comment.