Skip to content

Commit

Permalink
Add "[test]" extra depends (and include in [devel])
Browse files Browse the repository at this point in the history
We have them duplicated in tox.ini.  @jwodder prefers to describe
them explicitly
  • Loading branch information
yarikoptic committed Aug 23, 2024
1 parent fcd8232 commit 6fa61f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ install_requires =
[options.extras_require]
benchmarks =
asv[virtualenv] ~= 0.6.0, < 0.6.2
test =
pytest-cov
pytest-mock
pytest-rerunfailures
devel =
%(benchmarks)s
%(test)s
pre-commit
all =
%(devel)s
Expand Down

0 comments on commit 6fa61f7

Please sign in to comment.