Skip to content

Commit

Permalink
Merge pull request #1239 from dandi/bf-fsspec-test
Browse files Browse the repository at this point in the history
skip test_nwb2asset_remote_asset if no fsspec installed
  • Loading branch information
yarikoptic authored Mar 3, 2023
2 parents 7055e69 + b2ee886 commit 605d6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ def test_nwb2asset(simple2_nwb: Path) -> None:
def test_nwb2asset_remote_asset(
new_dandiset: SampleDandiset, organized_nwb_dir: Path
) -> None:
pytest.importorskip("fsspec")
d = new_dandiset.dandiset
dspath = new_dandiset.dspath
(nwb_file,) = [
Expand Down

0 comments on commit 605d6a9

Please sign in to comment.