From 0f071fd2dbbbb5eb7efccc16a8121eb22ebabf12 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 27 Sep 2021 23:21:04 -0500 Subject: [PATCH] Remove mock from tests_require and test extra --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3f701f161..7f2ef1cc9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ long_description = readme_file.read() tests_require = [ - "mock>=1.0.1", "nose>=1.3.3", "vcrpy>=1.10.3", ]