[Git][debian-gis-team/fiona][master] 3 commits: Add patch to mark test_mapinfo as flaky. (closes: #964461)
Bas Couwenberg
gitlab at salsa.debian.org
Tue Jul 7 18:06:34 BST 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / fiona
Commits:
bae2a78a by Bas Couwenberg at 2020-07-07T18:43:16+02:00
Add patch to mark test_mapinfo as flaky. (closes: #964461)
- - - - -
5bab89f3 by Bas Couwenberg at 2020-07-07T18:53:26+02:00
Fix manpage.
- - - - -
d6305425 by Bas Couwenberg at 2020-07-07T18:53:26+02:00
Set distribution to unstable.
- - - - -
4 changed files:
- debian/changelog
- debian/fiona.1
- debian/patches/series
- + debian/patches/test_mapinfo.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+fiona (1.8.13-3) unstable; urgency=medium
+
+ * Team upload.
+ * Add patch to mark test_mapinfo as flaky.
+ (closes: #964461)
+ * Fix manpage.
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 07 Jul 2020 18:43:25 +0200
+
fiona (1.8.13-2) unstable; urgency=medium
* Team upload.
=====================================
debian/fiona.1
=====================================
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.2.
-.TH FIONA, "1" "September 2015" "fiona, version 1.6.2" "User Commands"
+.TH FIONA "1" "September 2015" "fiona, version 1.6.2" "User Commands"
.SH NAME
-fiona, \- command line tools for reading/writing geospatial vector data
+fiona \- command line tools for reading/writing geospatial vector data
.SH SYNOPSIS
.B fiona
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@
0006-Remove-unknown-distribution-options.patch
clean-target.patch
gdal-3.1.patch
+test_mapinfo.patch
=====================================
debian/patches/test_mapinfo.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Mark test_mapinfo as flaky.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug-Debian: https://bugs.debian.org/964461
+
+--- a/tests/test_datetime.py
++++ b/tests/test_datetime.py
+@@ -6,6 +6,7 @@ import fiona
+ import pytest
+ import tempfile, shutil
+ import os
++import pytest
+ from fiona.errors import DriverSupportError
+ from .conftest import requires_gpkg
+
+@@ -255,6 +256,7 @@ class TestTimeFieldSupport:
+ assert features[0]["properties"]["time"] == TIME_EXAMPLE
+ assert features[1]["properties"]["time"] is None
+
++ @pytest.mark.xfail(strict=False)
+ def test_mapinfo(self):
+ # GDAL 2: null time is converted to 00:00:00 (regression?)
+ driver = "MapInfo File"
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/6addf330e259aa02694db3602eedc05fb2004320...d6305425b0ac8ee95dca1e3925673f2ea3ea9168
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/compare/6addf330e259aa02694db3602eedc05fb2004320...d6305425b0ac8ee95dca1e3925673f2ea3ea9168
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/20200707/47cb5e92/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list