Skip to content

Commit cca8bf6

Browse files
committed
Add SciFiReaders test dependency
1 parent 91d3ad6 commit cca8bf6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ test =
1717
pytest
1818
pytest-cov
1919
SciFiReaders
20+
aicspylibczi

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
include_package_data=True,
7272
# https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies
7373
extras_require={
74-
'MPI': ["mpi4py"], 'test': ["pytest", "pytest-cov", "SciFiReaders"]
74+
'MPI': ["mpi4py"],
75+
'test': ["pytest", "pytest-cov", "SciFiReaders", "aicspylibczi"],
7576
},
7677
# If there are data files included in your packages that need to be
7778
# installed, specify them here. If using Python 2.6 or less, then these

0 commit comments

Comments
 (0)