[python-geopandas] 06/07: disable geopy a bit more elegant

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Wed Feb 4 22:17:07 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository python-geopandas.

commit a135c4d8bee505495d23f4bfe450c807a8530d77
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Feb 4 23:14:10 2015 +0100

    disable geopy a bit more elegant
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 42e89fb..e8a52c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ export PYBUILD_NAME=geopandas
 export PYBUILD_TEST_NOSE=1
 export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir} ;cp -r {dir}/examples {build_dir};cp -r {dir}/debian/source/include-binaries/*.zip {build_dir}/examples/
 export PYBUILD_AFTER_TEST=rm -rf {build_dir}/examples {build_dir}/tests
+#disable geopy test as these require online access
+export PYBUILD_TEST_ARGS=--exclude test_geopy
 
 %:
 	dh  $@ --with python2,python3,sphinxdoc --buildsystem pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geopandas.git



More information about the Pkg-grass-devel mailing list