Skip to content

Commit 6af9e53

Browse files
author
Christoph Paulik
committedSep 30, 2015
Fix pytest coverage dependency in setup.py for testing
1 parent cb349a8 commit 6af9e53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def run_tests(self):
8989
params = {"args": self.test_args}
9090
if self.cov:
9191
params["args"] += self.cov
92-
params["plugins"] = ["cov"]
9392
if self.junitxml:
9493
params["args"] += self.junitxml
9594
errno = pytest.main(**params)

0 commit comments

Comments
 (0)
Please sign in to comment.