[Python-modules-commits] [python-passlib] 01/01: Fix tests.

Brian May bam at moszumanska.debian.org
Mon Oct 26 03:41:46 UTC 2015


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

bam pushed a commit to branch master
in repository python-passlib.

commit 56b095667a2ac4e5ec37f2baa855077455dac176
Author: Brian May <bam at debian.org>
Date:   Mon Oct 26 14:20:24 2015 +1100

    Fix tests.
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5cefd40..d35cc0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-passlib (1.6.5-3) unstable; urgency=medium
+
+  * Run tests for Python 3.4 and Python 3.5
+
+ -- Brian May <bam at debian.org>  Mon, 26 Oct 2015 14:20:14 +1100
+
 python-passlib (1.6.5-2) unstable; urgency=medium
 
   * Update Vcs-* headers.
diff --git a/debian/rules b/debian/rules
index a40f580..9b80e06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,4 @@ export PYBUILD_NAME=passlib
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-	python2 ./setup.py test
-	python3 ./setup.py test
+	dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test"

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



More information about the Python-modules-commits mailing list