Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c47f40

Browse files
committedMay 16, 2023
Import brain data without having to download all skimage datasets
1 parent 58ccb29 commit 4c47f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ python =
1212
[testenv]
1313
extras = testing
1414
commands =
15-
- python -c 'from skimage.data import download_all; download_all()'
15+
- python -c 'from skimage import data; data.brain()'
1616
- python -m pytest --mpl -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)
Please sign in to comment.