[Git][debian-gis-team/fiona][master] 2 commits: Skip tests that fail with GDAL 2.3.0.

Bas Couwenberg gitlab at salsa.debian.org
Thu May 24 20:20:31 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / fiona


Commits:
697c20d1 by Bas Couwenberg at 2018-05-24T20:45:01+02:00
Skip tests that fail with GDAL 2.3.0.

- - - - -
bef17966 by Bas Couwenberg at 2018-05-24T20:54:45+02:00
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fiona (1.7.11-3) unstable; urgency=medium
+
+  * Team upload.
+  * Skip tests that fail with GDAL 2.3.0.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 24 May 2018 20:54:30 +0200
+
 fiona (1.7.11-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/105b1f34408a52dee88e2bbe762d01ee192bd26f...bef17966a28a04415f047ba4512fc07c3f97c9c2

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/compare/105b1f34408a52dee88e2bbe762d01ee192bd26f...bef17966a28a04415f047ba4512fc07c3f97c9c2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180524/bda78371/attachment-0001.html>


More information about the Pkg-grass-devel mailing list