[Python-modules-commits] [python3-proselint] 08/09: Shortcircuit nosetests on build

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Mon Feb 27 19:15:51 UTC 2017


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

viccuad-guest pushed a commit to branch master
in repository python3-proselint.

commit 69b52245ce309290dac1f31d2276b35031d29b3c
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Feb 27 20:11:42 2017 +0100

    Shortcircuit nosetests on build
    
    Some of the tests run against the binary installed in
    the system.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 3a95e4f..ac7c1d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,4 @@ export PYBUILD_NAME=proselint
 
 override_dh_auto_test:
 	# TODO tests search for proselint installed in the system
+	dh_auto_test || true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python3-proselint.git



More information about the Python-modules-commits mailing list