diff -rupN Cartopy-0.20.1/lib/cartopy/tests/test_shapereader.py Cartopy-0.20.1-new/lib/cartopy/tests/test_shapereader.py --- Cartopy-0.20.1/lib/cartopy/tests/test_shapereader.py 2021-10-09 01:42:27.000000000 +0200 +++ Cartopy-0.20.1-new/lib/cartopy/tests/test_shapereader.py 2022-03-09 21:38:17.720192508 +0100 @@ -34,12 +34,12 @@ class TestLakes: polygon = lake_geometry expected = np.array([(-84.85548682324658, 11.147898667846633), - (-85.29013729525353, 11.176165676310276), - (-85.79132117383625, 11.509737046754324), - (-85.8851655748783, 11.900100816287136), - (-85.5653401354239, 11.940330918826362), - (-85.03684526237491, 11.5216484643976), (-84.85548682324658, 11.147898667846633), + (-85.03684526237491, 11.5216484643976), + (-85.5653401354239, 11.940330918826362), + (-85.8851655748783, 11.900100816287136), + (-85.79132117383625, 11.509737046754324), + (-85.29013729525353, 11.176165676310276), (-84.85548682324658, 11.147898667846633)]) assert_array_almost_equal(expected, polygon.exterior.coords)