Skip to content

Commit

Permalink
pyproject.toml: Remove dependency mock
Browse files Browse the repository at this point in the history
#153 makes https://pypi.org/project/mock unnecessary.
> mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.
  • Loading branch information
cclauss authored Jul 15, 2022
1 parent 7d8b252 commit f3953e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ deps =
pytest
pytest-cov
codecov
mock
pydocstyle
commands =
pytest --cov=wily
Expand Down

0 comments on commit f3953e8

Please sign in to comment.