[Python-modules-commits] [python-tabulate] 08/11: dont run tests (for now)

Sandro Tosi morph at moszumanska.debian.org
Sat Dec 17 00:41:30 UTC 2016


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

morph pushed a commit to branch master
in repository python-tabulate.

commit 9e4a36e1898e7bb6eaa23b70400912f98996b491
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Dec 16 19:34:47 2016 -0500

    dont run tests (for now)
---
 debian/changelog | 4 +++-
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4e80a4d..9d47b9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,11 +10,13 @@ python-tabulate (0.7.7-1) UNRELEASED; urgency=medium
     - add wcwidth to b-d
   * debian/python-tabulate.examples
     - dont install benchmarl.py in py2 package, remove from the tarball
+  * debian/rules
+    - dont run tests (for now)
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Sandro Tosi <morph at debian.org>  Fri, 16 Dec 2016 19:29:31 -0500
+ -- Sandro Tosi <morph at debian.org>  Fri, 16 Dec 2016 19:34:36 -0500
 
 python-tabulate (0.7.5-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d5ce168..4645606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_install:
 	dh_install
 	# Install executable in python3-tabulate only to avoid name collision.
 	rm -rf $(CURDIR)/debian/python-tabulate/usr/bin
+
+override_dh_auto_test:
+	echo "https://bitbucket.org/astanin/python-tabulate/issues/106/test-commonpy-not-release-in-pypi-tarball"

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



More information about the Python-modules-commits mailing list