Skip to content

Commit

Permalink
Remove unused pytest-mock dependency (#814)
Browse files Browse the repository at this point in the history
Remove the dependency on pytest-mock, as the `mocker` fixture is not
used anywhere in the source code, and all tests pass without it.
  • Loading branch information
mgorny authored Apr 28, 2022
1 parent 7668639 commit 73a03a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ test =
pre-commit
pytest-console-scripts
pytest-cov
pytest-mock
pytest-timeout
pytest-tornasync
pytest>=6.0
Expand Down

0 comments on commit 73a03a6

Please sign in to comment.