From bfcc8251c3a7c4538bce06ff8e5d4d110669db91 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 25 Jun 2023 09:40:27 +0300 Subject: [PATCH] Remove unused mock dependencies They are not being used. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 02c284e..81abf2e 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,8 @@ 'tests': [ 'flake8', 'flake8-quotes', - 'mock<1.1.0', 'pytest', 'pytest-cov', - 'pytest-mock', 'Sphinx', 'sphinx_rtd_theme' ]