Bas Couwenberg pushed to branch master at Debian GIS Project / python-cartopy
Commits: 76bf6f3b by Bas Couwenberg at 2020-02-21T15:50:36+01:00 Add patch to fix FTBFS due to test failures. (closes: #951767) - - - - - 25471022 by Bas Couwenberg at 2020-02-21T15:50:51+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/test_robinson.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-cartopy (0.17.0+dfsg-9) unstable; urgency=medium + + * Team upload. + * Add patch to fix FTBFS due to test failures. + (closes: #951767) + + -- Bas Couwenberg <[email protected]> Fri, 21 Feb 2020 15:50:38 +0100 + python-cartopy (0.17.0+dfsg-8) unstable; urgency=medium * Team upload. ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ 0002-no-network.patch skip-test-with-proj6.patch test_images.patch +test_robinson.patch ===================================== debian/patches/test_robinson.patch ===================================== @@ -0,0 +1,23 @@ +Description: Mark tests with xfail. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/SciTools/cartopy/issues/1458#issuecomment-584542263 +Bug-Debian: https://bugs.debian.org/951767 + +--- a/lib/cartopy/tests/crs/test_robinson.py ++++ b/lib/cartopy/tests/crs/test_robinson.py +@@ -75,6 +75,7 @@ def test_central_longitude(lon): + [-8625154.6651000, 8625154.6651000], _LIMIT_TOL) + + [email protected] + def test_transform_point(): + """ + Mostly tests the workaround for a specific problem. +@@ -96,6 +97,7 @@ def test_transform_point(): + assert np.all(np.isnan(result)) + + [email protected] + def test_transform_points(): + """ + Mostly tests the workaround for a specific problem. View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/compare/b6d29f45cfbe7b642017caed46fe5538e061ed2b...254710220fa8d00946c45af7f01a1a56c6e224f1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/compare/b6d29f45cfbe7b642017caed46fe5538e061ed2b...254710220fa8d00946c45af7f01a1a56c6e224f1 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
