From 68737c4af1813044cbd5ab23bf025276a9156467 Mon Sep 17 00:00:00 2001 From: WisdomPill Date: Sun, 27 Oct 2024 14:46:06 +0200 Subject: [PATCH] restored pytest from lint dependencies for typing purposes --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index cd513c97..5fd52fe5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -116,6 +116,8 @@ deps = lxml mypy # typing dependencies + pytest + pytest-mock types-redis skip_install = true