Skip to content

Commit d5e9d38

Browse files
Update conftest.py
1 parent 774d1cb commit d5e9d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def _bids_validate():
2121
shell = False
2222

2323
# If neither bids-validator nor npx are available, we cannot validate BIDS
24-
# datasets, so we skip the tests that require validation.
24+
# datasets, so we raise an exception.
2525
# If both are available, we prefer bids-validator, but we can use npx as a fallback.
2626

2727
has_validator = shutil.which("bids-validator") is not None

0 commit comments

Comments
 (0)