From: Harmon Date: Tue, 28 Sep 2021 04:21:04 +0000 (-0500) Subject: Remove mock from tests_require and test extra X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0f071fd2dbbbb5eb7efccc16a8121eb22ebabf12;p=tweepy.git Remove mock from tests_require and test extra --- diff --git a/setup.py b/setup.py index 3f701f1..7f2ef1c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ with open("README.md") as readme_file: long_description = readme_file.read() tests_require = [ - "mock>=1.0.1", "nose>=1.3.3", "vcrpy>=1.10.3", ]