This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pysal.
commit f4aa5c25284ecb4b19f94955a70b17ee1b75556f Author: Bas Couwenberg <[email protected]> Date: Sat Jan 28 12:38:05 2017 +0100 Don't ignore test failures, numpy compatibility has been fixed. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6283ca7..4d1c76f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pysal (1.13.0-3) UNRELEASED; urgency=medium * Team upload. * Add upstream patch to fix FTBFS with NumPy 1.12. (closes: #848783) + * Don't ignore test failures, numpy compatibility has been fixed. -- Bas Couwenberg <[email protected]> Sat, 28 Jan 2017 12:36:27 +0100 diff --git a/debian/rules b/debian/rules index f3b706c..4f02776 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,6 @@ export PYBUILD_TEST_ARGS=--exclude test_DistanceBand_arc --exclude-dir=pysal/co %: dh $@ --with python2,python3 --buildsystem pybuild -override_dh_auto_test: - dh_auto_test || echo "Ignoring test failures" - override_dh_python2: dh_python2 -ppython-pysal dh_numpy -ppython-pysal -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

