Skip to content

Commit 9d9e1d6

Browse files
committed
add comments
1 parent 6281db9 commit 9d9e1d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
# conda env update --name neo-test-env-${{ matrix.python-version }} --file environment_testing.yml --prune
8282

8383
- name: Install git-annex
84+
# this is the trick from the spikeinterface repo for getting git-annex to work with datalad
8485
shell: bash
8586
run: |
8687
pip install datalad-installer

neo/test/rawiotest/common_rawio_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
HAVE_DATALAD = True
3434
else:
3535
HAVE_DATALAD = False
36-
warnings.warn("datalad failure")
36+
# pytest skip doesn't explain why we are skipping.
37+
# warnings are easy to skip for users that don't want to have to read them.
38+
warnings.warn("datalad failure. Please see installation instructions to run io-testing")
3739

3840
# url_for_tests = "https://portal.g-node.org/neo/" #This is the old place
3941
repo_for_test = default_testing_repo

0 commit comments

Comments
 (0)