[Python-modules-commits] [python-asyncssh] 01/04: Avoid any network access during tests by using RES_OPTIONS

Vincent Bernat bernat at moszumanska.debian.org
Fri Sep 30 15:11:27 UTC 2016


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

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

commit 93bdcf417cbd465c7acf22f4711dec361fc87c75
Author: Vincent Bernat <vincent at bernat.im>
Date:   Fri Sep 30 16:55:50 2016 +0200

    Avoid any network access during tests by using RES_OPTIONS
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d1efd8b..bae8f1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-asyncssh (1.6.2-2) UNRELEASED; urgency=medium
+
+  * Avoid any network access during tests by using RES_OPTIONS. Thanks to
+    Jakub Wilk. Closes: #830568.
+
+ -- Vincent Bernat <bernat at debian.org>  Fri, 30 Sep 2016 16:55:39 +0200
+
 python-asyncssh (1.6.2-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index d99d448..e1290e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,4 @@ override_dh_installdocs:
 	dh_installdocs
 
 override_dh_auto_test:
-	localehelper LANG=en_US.UTF-8 dh_auto_test
+	env RES_OPTIONS=attempts:0 localehelper LANG=en_US.UTF-8 dh_auto_test

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



More information about the Python-modules-commits mailing list