Skip to content

Commit 742e50d

Browse files
mgornypgjones
authored andcommitted
Remove obsolete mock dependency
Remove the dependency on `mock` package, as the test suite uses only the builtin `unittest.mock` module.
1 parent ea7665c commit 742e50d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ werkzeug = ">=3.0.0"
4343

4444
[tool.poetry.dev-dependencies]
4545
hypothesis = "*"
46-
mock = "*"
4746
pytest = "*"
4847
pytest-asyncio = "*"
4948

0 commit comments

Comments
 (0)