[Python-modules-commits] [django-ajax-selects] 01/02: Disable tests.

Brian May bam at moszumanska.debian.org
Sat Oct 10 04:12:42 UTC 2015


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

bam pushed a commit to branch master
in repository django-ajax-selects.

commit 9d026b46d628f626a0be0d1bf78e826883ac7b71
Author: Brian May <bam at debian.org>
Date:   Sat Oct 10 14:07:59 2015 +1100

    Disable tests.
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d915d67..3be5b25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+django-ajax-selects (1.3.6-4) unstable; urgency=medium
+
+  * Disable tests. It fails under Python 3.5 and there aren't any tests.
+    Closes: #801208.
+
+ -- Brian May <bam at debian.org>  Sat, 10 Oct 2015 14:02:57 +1100
+
 django-ajax-selects (1.3.6-3) unstable; urgency=medium
 
   * Remove my questionable patch, this was not a django-ajax-selects
diff --git a/debian/rules b/debian/rules
index 4b94ad7..afd1b34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ export PYBUILD_NAME=ajax-select
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	# no tests available

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



More information about the Python-modules-commits mailing list