[pyfai] 02/03: skip the tests

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Oct 21 11:39:41 UTC 2014


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

picca pushed a commit to branch experimental
in repository pyfai.

commit 8b624b418baeecf0875b10161a8a6474e72c8833
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Tue Oct 21 13:36:49 2014 +0200

    skip the tests
---
 debian/rules | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index a2379c4..bf4eb23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,14 +24,17 @@ override_dh_auto_install:
 	dh_auto_install
 	dh_numpy
 
+#override_dh_auto_test:
+#	dh_auto_test
+#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+#	set -e -x; \
+#	for py in $(PYVERS); do \
+#		env http_proxy='localhost' python$$py setup.py test;\
+#	done
+#endif
+
+#skip tests
 override_dh_auto_test:
-	dh_auto_test
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e -x; \
-	for py in $(PYVERS); do \
-		env http_proxy='localhost' python$$py setup.py test;\
-	done
-endif
 
 %:
 	dh $@ --with python2

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



More information about the debian-science-commits mailing list