Skip to content

Commit 0524dbc

Browse files
committedAug 31, 2022
ENH: provide setup.cfg with extra_depends test with pytest and pytest-cov
AFAIK test_suite specification in setup.py is not used by anything besides setuptools own 'test' command which in turn is rarely used.
1 parent 14e5a61 commit 0524dbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[options.extras_require]
2+
test =
3+
pytest
4+
pytest-cov

0 commit comments

Comments
 (0)
Please sign in to comment.