From a9fb82b03c07e08961a1193fd87b20fffd25aba0 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 5 Nov 2015 23:33:03 +0800 Subject: [PATCH] Actually pytest-runner need not to be in tests_require --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 9ba8b29..0a42c6b 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ setup( tests_require=[ 'pytest', 'flaky', - 'pytest-runner', ], entry_points = { 'console_scripts': [