Skip to content

Commit 5cc4fd3

Browse files
committed
ENH: it is ok not to test in the tests code that test is skipped if no datalad
1 parent 9c2d674 commit 5cc4fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_heuristics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
try:
1515
from datalad.api import Dataset
16-
except ImportError:
16+
except ImportError: # pragma: no cover
1717
Dataset = None
1818

1919

0 commit comments

Comments
 (0)