[Reproducible-builds] [dh-python] 42/183: nose tests: disable coverage by default

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit 1980860ace589352e1e62c5acc8cbd35103d7073
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sun Jul 7 21:49:17 2013 +0200

    nose tests: disable coverage by default
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 849cf14..5e18260 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ dist_fallback:
 
 # TESTS
 nose:
-	nosetests3 --verbose --with-doctest --with-coverage
+	#nosetests3 --verbose --with-doctest --with-coverage
+	nosetests3 --verbose --with-doctest
 
 tests: nose
 	make -C tests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git



More information about the Reproducible-builds mailing list