Skip to content

Commit 39061bd

Browse files
committed
remove xfail from test_basemap_polar()
1 parent 9b414a3 commit 39061bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pygmt/tests/test_basemap.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ def test_basemap_power_axis():
5757
return fig
5858

5959

60-
@pytest.mark.xfail(
61-
condition=gmt_version == Version("6.2.0rc1"),
62-
reason="Upstream bug #5167 in GMT 6.2.0rc1",
63-
)
6460
@pytest.mark.mpl_image_compare
6561
def test_basemap_polar():
6662
"""

0 commit comments

Comments
 (0)