Skip to content

Commit

Permalink
Update src/spikeinterface/extractors/tests/test_datalad_downloading.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored Jun 19, 2024
1 parent b71bbd8 commit 34c0f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pytest.mark.skipif(
importlib.util.find_spec("pooch") is None or importlib.util.find_spec("datalad") is None,
reason="Etither pooch or datalad is not installed",
reason="Either pooch or datalad is not installed",
)
def test_download_dataset():
repo = "https://gin.g-node.org/NeuralEnsemble/ephy_testing_data"
Expand Down

0 comments on commit 34c0f8e

Please sign in to comment.