Bas Couwenberg pushed to branch experimental at Debian GIS Project / python-cartopy
Commits: 71d6b4fa by Bas Couwenberg at 2020-02-21T15:27:05+01:00 Add patch to fix FTBFS due to test failures. (closes: #951767) - - - - - 7928f1b0 by Bas Couwenberg at 2020-02-21T15:40:36+01:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/test_robinson.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-cartopy (0.18.0~b1+dfsg-1~exp2) experimental; urgency=medium + + * Team upload. + * Add patch to fix FTBFS due to test failures. + (closes: #951767) + + -- Bas Couwenberg <[email protected]> Fri, 21 Feb 2020 15:27:07 +0100 + python-cartopy (0.18.0~b1+dfsg-1~exp1) experimental; urgency=medium * Team upload. ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0001-Skip-tests-failing-on-i386-architectures.patch no-network.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 +@@ -114,6 +114,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. +@@ -135,6 +136,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/8837429f8c68446eefb863bd2d73afc98181731a...7928f1b0ba9813a16a8d4e1ec7d951319fdf83f1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/compare/8837429f8c68446eefb863bd2d73afc98181731a...7928f1b0ba9813a16a8d4e1ec7d951319fdf83f1 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
