[Python-modules-commits] r29083 - in packages/python-xlrd/trunk/debian (changelog rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Mon May 26 12:47:31 UTC 2014
Date: Monday, May 26, 2014 @ 12:47:30
Author: bernat
Revision: 29083
Remove unit tests.
See:
https://github.com/python-excel/xlrd/issues/103
I don't want to spend times on stuff that even upstream don't want to
spend time on.
Modified:
packages/python-xlrd/trunk/debian/changelog
packages/python-xlrd/trunk/debian/rules
Modified: packages/python-xlrd/trunk/debian/changelog
===================================================================
--- packages/python-xlrd/trunk/debian/changelog 2014-05-26 05:47:01 UTC (rev 29082)
+++ packages/python-xlrd/trunk/debian/changelog 2014-05-26 12:47:30 UTC (rev 29083)
@@ -2,6 +2,7 @@
* New upstream release.
* Bump Standards-Version to 3.9.5.
+ * Remove unit tests (as requested by upstream).
-- Vincent Bernat <bernat at debian.org> Sun, 25 May 2014 14:56:55 +0200
Modified: packages/python-xlrd/trunk/debian/rules
===================================================================
--- packages/python-xlrd/trunk/debian/rules 2014-05-26 05:47:01 UTC (rev 29082)
+++ packages/python-xlrd/trunk/debian/rules 2014-05-26 12:47:30 UTC (rev 29083)
@@ -30,9 +30,4 @@
dh_install --fail-missing
mv debian/python-xlrd/usr/bin/runxlrd.py debian/python-xlrd/usr/bin/runxlrd
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
- set -e; for version in $(PY2VERSIONS) $(PY3VERSIONS); do \
- python$$version -m unittest discover ; \
- done
-endif
More information about the Python-modules-commits
mailing list