Skip to content

Commit b744f20

Browse files
committed
add pytest-mpl in extra_require
1 parent 71aec35 commit b744f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'matplotlib~=3.0',
4747
'seaborn~=0.9'
4848
],
49-
extras_require={'dev': ['pytest==4.3']},
49+
extras_require={'dev': ['pytest==4.3 pytest-mpl==0.10']},
5050
python_requires='>=3.5',
5151
url='https://acclab.github.io/DABEST-python-docs',
5252
download_url='https://www.github.com/ACCLAB/DABEST-python',

0 commit comments

Comments
 (0)