[Python-modules-commits] [python-keyring] 01/01: Disable the tests, they were all skipped anyway.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Dec 5 18:29:33 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-keyring.

commit 4363d716a29926316055880666bb4744f337f5f5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Dec 5 21:29:30 2016 +0300

    Disable the tests, they were all skipped anyway.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 241b1f7..069d1f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-keyring (10.1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Drop secretstorage_any_collection.diff, applied upstream.
   * Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
+  * Disable the tests, they were all skipped anyway.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 05 Dec 2016 18:07:01 +0300
 
diff --git a/debian/rules b/debian/rules
index 7a27214..5e2880e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 #DH_VERBOSE=1
 
+export PYBUILD_DISABLE=test
+
 %:
 	dh $@ --with python2,python3 --buildsystem pybuild
 

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



More information about the Python-modules-commits mailing list