Add pytest-mock to the dev dependencies

This commit is contained in:
Alexander Hess 2021-01-24 18:32:07 +01:00
commit f36fffdd4d
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 20 additions and 1 deletions

View file

@ -81,6 +81,7 @@ packaging = "^20.4" # used to test the packaged version
pytest = "^6.0.1"
pytest-cov = "^2.10.0"
pytest-env = "^0.6.2"
pytest-mock = "^3.5.1"
pytest-randomly = "^3.5.0"
xdoctest = { version="^0.13.0", extras=["optional"] }