Skip to content

Commit a67fee0

Browse files
committed
Update test_images.py
1 parent ee7e71e commit a67fee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cartopy/tests/mpl/test_images.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def test_stock_img_etopo1():
187187
ax = plt.axes(projection=ccrs.Orthographic())
188188
ax.stock_img(name='etopo1')
189189

190+
190191
@pytest.mark.xfail((5, 0, 0) <= ccrs.PROJ4_VERSION < (5, 1, 0),
191192
reason='Proj Orthographic projection is buggy.',
192193
strict=True)

0 commit comments

Comments
 (0)