From fbf5ca0a04dddf936faeae3bbc87f5caadf2e360 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:51:11 -0500 Subject: [PATCH] Remove unused pytest-mock dependency --- .pre-commit-config.yaml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1963a76dbf..fed8d9e326 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,6 @@ repos: additional_dependencies: - pydantic - pytest - - pytest-mock - cryptography - textual - repo: https://github.com/pycqa/pylint diff --git a/pyproject.toml b/pyproject.toml index 2a510fe0ea..a8380ffe7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ dependencies = [ "pydantic==2.12.5", "cryptography>=45.0.7", "textual>=5.3.0", - "pytest-mock>=3.15.1", ] [project.urls]