From 916c074099c75d02cf1436462710baf63b0709bc Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 1 Dec 2022 14:42:27 +0100 Subject: [PATCH] Remove mock from test dependencies (#46) Co-authored-by: Sorin Sbarnea --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a0a8c61..5c995cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,6 @@ install_requires = [options.extras_require] test = - mock>=3.0.5 pytest-cov>=2.7.1 pytest-mock>=3.3.1 pytest-plus