From 182a90973d5c62aa9f524c6f6e324082c8b272bf Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Wed, 30 Sep 2015 16:46:53 +0200 Subject: [PATCH] Make sure tests work with the new pytest. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3def98b3..724f3b4a 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,6 @@ class PyTest(TestCommand): params = {'args': self.test_args} if self.cov: params['args'] += self.cov - params['plugins'] = ['cov'] if self.junitxml: params['args'] += self.junitxml params['args'] += ['--doctest-modules', MAIN_PACKAGE, '-s', '-vv']