Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Skip tests that fail with GDAL 2.3.0.
· 697c20d1
Bas Couwenberg
authored
May 24, 2018
697c20d1
Set distribution to unstable.
· bef17966
Bas Couwenberg
authored
May 24, 2018
bef17966
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bef17966
fiona (1.7.11-3) unstable; urgency=medium
* Team upload.
* Skip tests that fail with GDAL 2.3.0.
-- Bas Couwenberg <sebastic@debian.org> Thu, 24 May 2018 20:54:30 +0200
fiona (1.7.11-2) unstable; urgency=medium
* Team upload.
...
...
debian/rules
View file @
bef17966
...
...
@@ -16,7 +16,20 @@ export PYBUILD_TEST_NOSE=1
export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
#fio_load and cli are excluded as these only work after installation
export PYBUILD_TEST_ARGS=--exclude test_geopackage --exclude fiona --exclude test_filter_vsi --exclude cli --exclude fio_load --exclude test_fio_info --exclude test_fio_ls --exclude test_unicode --exclude test_listing
export PYBUILD_TEST_ARGS=--exclude cli \
--exclude fio_load \
--exclude fiona \
--exclude test_bytescollection \
--exclude test_collection \
--exclude test_filter_vsi \
--exclude test_fio_info \
--exclude test_fio_ls \
--exclude test_geopackage \
--exclude test_layer \
--exclude test_listing \
--exclude test_profile \
--exclude test_unicode \
--exclude test_vfs
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem pybuild
...
...