[Python-modules-commits] [python-django-contact-form] 11/14: Disable tests when building against Python 3.5 due to bug in upstream Django (See: #800137).
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Sun Oct 11 18:25:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to branch master
in repository python-django-contact-form.
commit aa46aa3240bef8651b6887c8692f7dea75a7e8df
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Sun Oct 11 13:48:53 2015 -0400
Disable tests when building against Python 3.5 due to bug in upstream Django (See: #800137).
---
debian/changelog | 2 ++
debian/rules | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 276ddd3..9436577 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ python-django-contact-form (1.1-1) UNRELEASED; urgency=medium
* Remove obsolete get-orig-source target from debian/rules.
* Update debian/docs for new file names.
* Build depend on python-django for running build time tests (Closes: #800673).
+ * Disable tests when building against Python 3.5 due to bug
+ in upstream Django (See: #800137).
-- Andrew Starr-Bochicchio <asb at debian.org> Sun, 11 Oct 2015 12:56:09 -0400
diff --git a/debian/rules b/debian/rules
index fd72df2..12f6ff3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
export PYBUILD_NAME=django-contact-form
export PYBUILD_SYSTEM=distutils
+# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800137
+export PYBUILD_DISABLE_python3.5=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-django-contact-form.git
More information about the Python-modules-commits
mailing list