This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-geopandas.
commit 84807fc930ce386d59d589deae31b1ed98aaa70b Author: Bas Couwenberg <[email protected]> Date: Mon Jan 2 19:03:45 2017 +0100 Skip test that fails on Travis, fails on Debian too. --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cb14eea..d10421e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-geopandas (0.2.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Skip test that fails on Travis, fails on Debian too. + (closes: #849934) + + -- Bas Couwenberg <[email protected]> Mon, 02 Jan 2017 19:03:41 +0100 + python-geopandas (0.2.1-1) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 4403763..85e45e3 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_auto_test: # Disable geocode tests as these require online access cp -v debian/nybb_*.zip examples/ PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="nosetests -v -e test_geocode.py" dh_auto_test + PYBUILD_TEST_ARGS="TRAVIS=1 nosetests -v -e test_geocode.py" dh_auto_test rm -f examples/nybb_*.zip override_dh_auto_install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geopandas.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

