Skip to content

Commit

Permalink
Use extras in tox.ini instead of self-referencing the package in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 4, 2023
1 parent e6e5f07 commit 2da032b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ commands =
cleanpy --all --exclude-envs .

[testenv:cov]
extras =
test
deps =
.[test]
coverage[toml]>=5
commands =
coverage run -m pytest {posargs:-vv}
Expand Down

0 comments on commit 2da032b

Please sign in to comment.