[Python-modules-commits] [check-manifest] 01/01: Comment on why we have to disable the testsuite.

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Fri Jan 19 16:24:05 UTC 2018


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

sergiodj-guest pushed a commit to branch master
in repository check-manifest.

commit 5db87ed1d0541f3ac520f807f41c812f7a1015f0
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Thu Jan 18 23:13:07 2018 -0500

    Comment on why we have to disable the testsuite.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2af7798..4a1e90e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,7 @@ export PYBUILD_NAME=check-manifest
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
+# Here we have to disable the testsuite because it requires an
+# internet connection.  Unfortunately there's no way to currently
+# workaround this.
 override_dh_auto_test:

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



More information about the Python-modules-commits mailing list