From 667aeccc383d4449d756e5b666ceacb725eb8202 Mon Sep 17 00:00:00 2001 From: kolo Date: Wed, 22 Oct 2025 14:46:50 +0300 Subject: [PATCH] fix ci --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index baad867..c604952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ docs = [ tests = [ "pyfakefs>=5.5.0", "pytest>=8.3.2", + "pytest-mock>=3.15.1", ] [tool.ruff]