[Git][debian-gis-team/python-cartopy][master] Drop test_crs.patch, no longer required.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Oct 22 08:50:47 BST 2021
Bas Couwenberg pushed to branch master at Debian GIS Project / python-cartopy
Commits:
0469ed61 by Bas Couwenberg at 2021-10-22T08:59:10+02:00
Drop test_crs.patch, no longer required.
- - - - -
3 changed files:
- debian/changelog
- debian/patches/series
- − debian/patches/test_crs.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-cartopy (0.20.1+dfsg-2) UNRELEASED; urgency=medium
+
+ * Drop test_crs.patch, no longer required.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 22 Oct 2021 08:58:49 +0200
+
python-cartopy (0.20.1+dfsg-1) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/series
=====================================
@@ -1,4 +1,3 @@
0001-Skip-tests-failing-on-i386-architectures.patch
test_robinson.patch
test_gridliner.patch
-test_crs.patch
=====================================
debian/patches/test_crs.patch deleted
=====================================
@@ -1,19 +0,0 @@
-Description: Mark tests that may fail with pyproj built with PROJ < 8.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: not-needed
-
---- a/lib/cartopy/tests/test_crs.py
-+++ b/lib/cartopy/tests/test_crs.py
-@@ -82,10 +82,12 @@ class TestCRS:
- r_inverted = np.array(ll.transform_point(r_east, r_north, osgb))
- assert_arr_almost_eq(r_inverted, [lon, lat])
-
-+ @pytest.mark.xfail(strict=False)
- @pytest.mark.parametrize('approx', [True, False])
- def test_osgb(self, approx):
- self._check_osgb(ccrs.OSGB(approx=approx))
-
-+ @pytest.mark.xfail(strict=False)
- def test_epsg(self):
- uk = ccrs.epsg(27700)
- assert uk.epsg_code == 27700
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/0469ed61ea0a960c52fb1929f02c3932707402a9
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cartopy/-/commit/0469ed61ea0a960c52fb1929f02c3932707402a9
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/20211022/dc68b763/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list