[Python-modules-commits] [python-pysnmp4] 04/11: Disable unittests

Vincent Bernat bernat at moszumanska.debian.org
Sat Jul 2 14:13:32 UTC 2016


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

bernat pushed a commit to branch master
in repository python-pysnmp4.

commit 014cf35083619da555abbbfa8d57e3e241f4e1b7
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Jul 2 15:44:16 2016 +0200

    Disable unittests
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2c2c8b0..791a72e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,7 @@ export PYBUILD_NAME=pysnmp4
 override_dh_auto_install:
 	dh_auto_install
 	rm debian/python3-pysnmp4/usr/bin/*
+
+# There are no unittests, but some documentation string may be
+# executed while they are not really unittests.
+override_dh_auto_test:

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



More information about the Python-modules-commits mailing list