[pyfftw] 05/09: d/rules: bypass test suite because of long processing

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jun 13 10:29:33 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pyfftw.

commit 0e040351752261ea697351a6b29da26212c5c718
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Jun 13 11:08:58 2014 +0100

    d/rules: bypass test suite because of long processing
---
 debian/rules | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9086576..a79d66c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,19 +46,7 @@ override_dh_auto_install:
 	dh_numpy3
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for py in $(PYVERS); do \
-		$$py setup.py build_ext --inplace; \
-		$$py setup.py test; \
-	done
-
-	set -e; \
-	for py in $(PY3VERS); do \
-		$$py setup.py build_ext --inplace; \
-		$$py setup.py test; \
-	done
-endif
+	# override for now, as test suite is currently way too long to run
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git



More information about the debian-science-commits mailing list