Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits: a37f9c34 by Bas Couwenberg at 2020-09-01T08:28:19+02:00 Also mark test_append_or_driver_error as flaky. - - - - - ddfe083b by Bas Couwenberg at 2020-09-01T08:40:01+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/patches/series - debian/patches/test_write_or_driver_error.patch → debian/patches/test_drvsupport.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +fiona (1.8.14-3) unstable; urgency=medium + + * Team upload. + * Also mark test_append_or_driver_error as flaky. + + -- Bas Couwenberg <[email protected]> Tue, 01 Sep 2020 08:39:46 +0200 + fiona (1.8.14-2) unstable; urgency=medium * Team upload. ===================================== debian/patches/series ===================================== @@ -1,4 +1,4 @@ 0001-Rename-fio-command-to-fiona-to-avoid-name-clash.patch 0002-Remove-outside-reference-possible-privacy-breach.patch 0006-Remove-unknown-distribution-options.patch -test_write_or_driver_error.patch +test_drvsupport.patch ===================================== debian/patches/test_write_or_driver_error.patch → debian/patches/test_drvsupport.patch ===================================== @@ -13,3 +13,11 @@ Forwarded: not-needed @pytest.mark.parametrize('driver', [driver for driver, raw in supported_drivers.items() if 'w' in raw]) def test_write_or_driver_error(tmpdir, driver, testdata_generator): """ +@@ -91,6 +92,7 @@ def test_write_does_not_work_when_gdal_s + c.writerecords(records1) + + [email protected](strict=False) + @pytest.mark.parametrize('driver', [driver for driver, raw in supported_drivers.items() if 'a' in raw]) + def test_append_or_driver_error(tmpdir, testdata_generator, driver): + """ Test if driver supports append mode. View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/7e4fb5703240a3a36f266caf026a6c78cf42d2ce...ddfe083b4c9d556c5db04b1f218946c6d9155713 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/7e4fb5703240a3a36f266caf026a6c78cf42d2ce...ddfe083b4c9d556c5db04b1f218946c6d9155713 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
