[Python-modules-commits] [python-altgraph] 01/02: Fix the command to run the tests (Closes: #802992)

IOhannes m zmölnig umlaeute at moszumanska.debian.org
Mon Oct 26 21:17:34 UTC 2015


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

umlaeute pushed a commit to branch master
in repository python-altgraph.

commit 54c3ae55fb6fa5464a094a186fce35ab8e972bce
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Oct 26 22:09:21 2015 +0100

    Fix the command to run the tests (Closes: #802992)
    
    Thanks to Dmitry Shachnev <mitya57 at debian.org>
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4b1070f..e8aaafa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,10 @@ override_dh_sphinxdoc:
 	dh_sphinxdoc
 	find debian/python-altgraph-doc -name license.txt -delete
 
+override_dh_auto_test:
+	python3 setup.py egg_info
+	dh_auto_test -- --system=custom --test-args='{interpreter} -m unittest discover -v'
+
 #build/python-altgraph-doc::
 #	sphinx-build -bhtml doc build/html
 #	dh_sphinxdoc -ppython-altgraph-doc build/html

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



More information about the Python-modules-commits mailing list