From 127c69c3ac901b48549afcfa802994394b7241e6 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 22 Jan 2017 13:44:53 +0100 Subject: nuke mock dependency This is already included in Python 3.3+ as unittest.mock --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2fb55941..85eece95 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,6 @@ setup( "mypy-lang>=0.4.6, <0.5", "rstcheck>=2.2, <4.0", "tox>=2.3, <3", - "mock>=2.0, <2.1", "pytest>=3, <3.1", "pytest-cov>=2.2.1, <3", "pytest-timeout>=1.0.0, <2", -- cgit v1.2.3