Skip to content

Commit

Permalink
Update test_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smartlixx committed Mar 13, 2021
1 parent ee7e71e commit a67fee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cartopy/tests/mpl/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def test_stock_img_etopo1():
ax = plt.axes(projection=ccrs.Orthographic())
ax.stock_img(name='etopo1')


@pytest.mark.xfail((5, 0, 0) <= ccrs.PROJ4_VERSION < (5, 1, 0),
reason='Proj Orthographic projection is buggy.',
strict=True)
Expand Down

0 comments on commit a67fee0

Please sign in to comment.