From 74008c7b859a36f65e7dcaf99275025c9de74e84 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 26 Mar 2015 19:05:03 +0100 Subject: Turn off coverage output by default It's much simpler to spot the cause of test failures this way. --- debian/rules | 2 +- setup.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a80bd52..405bb88 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \ export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \ PYTHONPATH=. \ - python setup.py nosetests + python setup.py nosetests --with-xcoverage PYTHONPATH=. pychecker $(PYCHECKER_ARGS) -q \ gbp gbp.scripts gbp.git gbp.deb diff --git a/setup.cfg b/setup.cfg index 8247159..b3408ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [nosetests] with-doctest=1 -with-xcoverage=1 with-xunit=1 cover-package=gbp cover-erase=1 -- cgit v1.2.3