Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits: cc5e4d15 by Bas Couwenberg at 2020-09-01T07:15:43+02:00 Add patch to mark test_write_or_driver_error as flaky. - - - - - 7e4fb570 by Bas Couwenberg at 2020-09-01T07:32:27+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/test_write_or_driver_error.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +fiona (1.8.14-2) unstable; urgency=medium + + * Team upload. + * Add patch to mark test_write_or_driver_error as flaky. + + -- Bas Couwenberg <[email protected]> Tue, 01 Sep 2020 07:32:18 +0200 + fiona (1.8.14-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/series ===================================== @@ -1,3 +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 ===================================== debian/patches/test_write_or_driver_error.patch ===================================== @@ -0,0 +1,15 @@ +Description: Mark test_write_or_driver_error as flaky. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/Toblerity/Fiona/issues/935 +Forwarded: not-needed + +--- a/tests/test_drvsupport.py ++++ b/tests/test_drvsupport.py +@@ -15,6 +15,7 @@ def test_geojsonseq(format): + assert format in fiona.drvsupport.supported_drivers.keys() + + [email protected](strict=False) + @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): + """ View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/cd5da83d39dda4728d69970cb5a0999cefd94b69...7e4fb5703240a3a36f266caf026a6c78cf42d2ce -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/cd5da83d39dda4728d69970cb5a0999cefd94b69...7e4fb5703240a3a36f266caf026a6c78cf42d2ce 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
