[Python-modules-commits] [python-pskc] 03/07: Work around test suite issues
Arthur de Jong
adejong at moszumanska.debian.org
Sun Dec 31 15:10:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
adejong pushed a commit to branch master
in repository python-pskc.
commit 4d972e46a4c887b143a3faa141920ea4efdd7f36
Author: Arthur de Jong <adejong at debian.org>
Date: Fri Dec 29 21:30:16 2017 +0100
Work around test suite issues
Not all tests are currently runnable on Debian due to missing
dependencies and issues in the test suite.
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 81bb5e8..6b80a5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,9 @@ python-pskc (1.0-1) UNRELEASED; urgency=medium
- add a manual page for pskc2csv
- a number of documentation, code style and test suite improvements
* Drop patch to add missing file from tarball
+ * Work around test suite issues
- -- Arthur de Jong <adejong at debian.org> Fri, 29 Dec 2017 20:54:43 +0100
+ -- Arthur de Jong <adejong at debian.org> Fri, 29 Dec 2017 21:30:16 +0100
python-pskc (0.5-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index b566fbc..52d3705 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ override_dh_auto_build:
http_proxy='127.0.0.1:9' python $(CURDIR)/setup.py build_sphinx
override_dh_auto_test:
- dh_auto_test -- --system=custom --test-args='TZ=Europe/Amsterdam {interpreter} setup.py nosetests'
+ dh_auto_test -- --system=custom --test-args='PYTHONWARNINGS=all TZ=Europe/Amsterdam {interpreter} setup.py nosetests --exclude="(test_signature|test_pskc2csv).doctest" --cover-min-percentage 95'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pskc.git
More information about the Python-modules-commits
mailing list