This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pysal.
commit 0ab85dc61ae6ecdc68d0fe81a305af0465384d32 Author: Bas Couwenberg <[email protected]> Date: Fri Jul 7 11:27:03 2017 +0200 Skip test_Headbanging_Median_Rate{,_tabular} tests, fail with Python 3.6. (closes: #867549) --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f63604b..2b29306 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pysal (1.13.0-5) UNRELEASED; urgency=medium + + * Team upload. + * Skip test_Headbanging_Median_Rate{,_tabular} tests, fail with Python 3.6. + (closes: #867549) + + -- Bas Couwenberg <[email protected]> Fri, 07 Jul 2017 11:25:53 +0200 + pysal (1.13.0-4) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index a9268d7..516b1fd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) export PYBUILD_NAME=pysal export PYBUILD_TEST_NOSE=1 -export PYBUILD_TEST_ARGS=--exclude test_DistanceBand_arc --exclude-dir=pysal/contrib --exclude-dir pysal/network +export PYBUILD_TEST_ARGS=--exclude test_DistanceBand_arc --exclude test_Headbanging_Median_Rate --exclude test_Headbanging_Median_Rate_tabular --exclude-dir=pysal/contrib --exclude-dir pysal/network %: dh $@ --with python2,python3 --buildsystem pybuild -- 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

