[Python-modules-commits] [libcloud] 11/15: Disable tests that conflict with pybuild's proxy settings.

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Thu Oct 19 03:25:48 UTC 2017


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

asb pushed a commit to branch master
in repository libcloud.

commit db438a081dfbd5b272581cbedd119fbda2530991
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Wed Oct 18 23:10:12 2017 -0400

    Disable tests that conflict with pybuild's proxy settings.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 11f66e5..bc54d65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libcloud (2.2.1-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.0.
   * Use PYBUILD_{BEFORE,AFTER}_TEST to avoid overriding
     dh_auto_test and dh_auto_clean.
+  * Disable tests that conflict with pybuild's proxy settings. 
 
   [ Hans-Christoph Steiner ]
   * New upstream release from git tag
diff --git a/debian/rules b/debian/rules
index cecd185..05443ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=libcloud
+export export PYBUILD_TEST_ARGS=-k "not (test_connection_to_unusual_port or test_constructor)"
 export PYBUILD_BEFORE_TEST=ln -s {dir}/libcloud/test/secrets.py-dist {build_dir}/libcloud/test/secrets.py
 export PYBUILD_AFTER_TEST=rm -f {build_dir}/libcloud/test/secrets.py
 

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



More information about the Python-modules-commits mailing list