build(deps): Add pytest-mock as a developer dependency

This commit is contained in:
Gergely Polonkai 2025-05-21 15:13:34 +02:00
parent 2822b9a0ff
commit f211f73fc7
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 20 additions and 1 deletions

20
poetry.lock generated
View File

@ -831,6 +831,24 @@ pytest = ">=4.6"
[package.extras]
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]]
name = "pytest-mock"
version = "3.14.0"
description = "Thin-wrapper around the mock package for easier use with pytest"
optional = false
python-versions = ">=3.8"
groups = ["dev"]
files = [
{file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"},
{file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"},
]
[package.dependencies]
pytest = ">=6.2.5"
[package.extras]
dev = ["pre-commit", "pytest-asyncio", "tox"]
[[package]]
name = "python-debian"
version = "1.0.1"
@ -1024,4 +1042,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "~3.13"
content-hash = "638193dfe88570e551018bb4f01aa8dd3f3ff27c19e8114c1dc269d1f6a086ab"
content-hash = "c778f03ed4db825597abdfa53d9dc90fed168d978a929383922ab8acabe71f54"

View File

@ -25,6 +25,7 @@ pre-commit = "^4.2.0"
pylint = "^3.3.7"
pytest = "^8.3.5"
pytest-cov = "^6.1.1"
pytest-mock = "^3.14.0"
reuse = "^5.0.2"
[tool.black]