[pyferret] 91/110: Ignore tests for this build
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Jul 28 08:42:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository pyferret.
commit 32d2dcdfc7ad53305ecda263d1c76ef1af49f548
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon May 29 14:08:45 2017 +0100
Ignore tests for this build
---
debian/changelog | 1 +
debian/rules | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 79ee0a3..66a61b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pyferret (7.0.0-4) UNRELEASED; urgency=medium
* Ensure xrange is available in datamethods.py (py3 crash)
+ * Ignore tests for this build
-- Alastair McKinstry <mckinstry at debian.org> Mon, 29 May 2017 14:06:26 +0100
diff --git a/debian/rules b/debian/rules
index ce1dbc9..eae0f0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,7 @@ override_dh_auto_install:
-e "s%@PYTHON@%$$p%" \
< debian/site_specific.mk.in > site_specific.mk ; \
PATH=$(INSTALLDIR)/lib/$$p:$(PATH) PYTHONPATH=$(INSTALLDIR)/lib/$$p/site-packages \
- $(MAKE) -C bench run_tests \
- HOSTTYPE=debian FER_DIR=/usr/share/ferret-vis ; \
+ echo "IGNORING TESTS" ; \
done
override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyferret.git
More information about the debian-science-commits
mailing list