summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-22 16:26:12 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-22 16:26:12 -0600
commitf8fbc11fad9003423efc165669b7c2838929b985 (patch)
tree8a460545e07106900cce9fb18086f7cc4e183ec7 /setup.py
parenta52aedc0a0cc2e726996d44ca959527abab34621 (diff)
parent8a3869e9659dab837bd9819c0f9473649f16e3ac (diff)
downloadflake8-f8fbc11fad9003423efc165669b7c2838929b985.tar.gz
Merge branch 'master' of github.com/onovy/flake8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dc346e1..3e71c30 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src')) # noqa
import flake8
-tests_require = ['mock', 'pytest']
+tests_require = ['mock >= 2.0.0', 'pytest']
requires = [
"pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.4.0",