Make sure tests work with the new pytest.

This commit is contained in:
Oleksii Kliukin
2015-09-30 16:46:53 +02:00
parent 36101974cf
commit 182a90973d
-1
View File
@@ -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']