[Python-modules-commits] [dill] 06/10: d/rules: Adds override_dh_autotest
Josué Ortega
josue at moszumanska.debian.org
Sun Jul 16 19:38:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
josue pushed a commit to branch master
in repository dill.
commit 6c9909e982a3c59a1d0c3adceee8f1b8732e66ec
Author: Josue Ortega <josue at debian.org>
Date: Sun Jul 16 13:17:21 2017 -0600
d/rules: Adds override_dh_autotest
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f58c106..24ec5d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ dill (0.2.7-1) UNRELEASED; urgency=medium
* New upstream release (0.2.7):
- debian/copyright: Adds new copyright holder (The Uncertainty
Quantification Foundation) and updates copyright holder range.
+ - debian/rules: Adds override_dh_auto_test, upstream tests are broken using
+ unnitest.
-- Josue Ortega <josue at debian.org> Sun, 16 Jul 2017 12:07:04 -0600
diff --git a/debian/rules b/debian/rules
index 0aa0421..490dd2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@ export PYBUILD_NAME=dill
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+#Overrides broken upstream tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dill.git
More information about the Python-modules-commits
mailing list