[Python-modules-commits] [pyclamd] 03/03: Explicitly disable tests since they require a running clamd
Scott Kitterman
kitterman at moszumanska.debian.org
Thu Nov 17 21:56:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository pyclamd.
commit 8ccd3c67fb71f2bb2366d12c110013480d471193
Author: Scott Kitterman <scott at kitterman.com>
Date: Thu Nov 17 16:50:46 2016 -0500
Explicitly disable tests since they require a running clamd
---
debian/changelog | 3 ++-
debian/rules | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6499791..f0477a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ pyclamd (0.3.17-1) unstable; urgency=medium
* Fixed debian/watch so it works again
* New upstream release
* Bump standards version to 3.9.8 without further change.
+ * Explicitly disable tests since they require a running clamd
- -- Scott Kitterman <scott at kitterman.com> Thu, 17 Nov 2016 16:34:58 -0500
+ -- Scott Kitterman <scott at kitterman.com> Thu, 17 Nov 2016 16:50:35 -0500
pyclamd (0.3.16-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 5307cbf..107845c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export PYBUILD_NAME=pyclamd
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+ # Tests require clamd, which won't run in a chroot
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyclamd.git
More information about the Python-modules-commits
mailing list