Skip to content

Commit c3bea9f

Browse files
committed
revert erroneous commit
1 parent c9311c6 commit c3bea9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

neo/test/rawiotest/common_rawio_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ def setUpClass(cls):
6666
"""
6767
cls.shortname = cls.rawioclass.__name__.lower().replace("rawio", "")
6868

69-
# if HAVE_DATALAD and cls.use_network:
70-
# for remote_path in cls.entities_to_download:
71-
# download_dataset(repo=repo_for_test, remote_path=remote_path)
72-
# else:
73-
# raise unittest.SkipTest("Requires datalad download of data from the web")
69+
if HAVE_DATALAD and cls.use_network:
70+
for remote_path in cls.entities_to_download:
71+
download_dataset(repo=repo_for_test, remote_path=remote_path)
72+
else:
73+
raise unittest.SkipTest("Requires datalad download of data from the web")
7474

7575
def get_local_base_folder(self):
7676
return get_local_testing_data_folder()

0 commit comments

Comments
 (0)