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 6b27a40 commit 8068528Copy full SHA for 8068528
neo/test/iotest/common_io_test.py
@@ -104,6 +104,7 @@ def setUp(self):
104
self.files_to_test = [self.get_local_path(e) for e in self.entities_to_test]
105
else:
106
self.files_to_test = []
107
+ raise unittest.SkipTest("Requires datalad download of data from the web")
108
109
def create_local_dir_if_not_exists(self):
110
'''
neo/test/rawiotest/common_rawio_test.py
@@ -63,6 +63,8 @@ def setUp(self):
63
if HAVE_DATALAD:
64
for remote_path in self.entities_to_download:
65
download_dataset(repo=repo_for_test, remote_path=remote_path)
66
+ else:
67
68
69
def get_local_base_folder(self):
70
return get_local_testing_data_folder()
0 commit comments