Skip to content

Commit c0d6621

Browse files
committed
Try running test_image on Windows to see if it crashes
1 parent afe2d23 commit c0d6621

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pygmt/tests/test_image.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
"""
22
Test Figure.image.
33
"""
4-
import sys
5-
64
import pytest
75
from pygmt import Figure
86

97

10-
@pytest.mark.skipif(sys.platform == "win32", reason="crashes on Windows")
118
@pytest.mark.mpl_image_compare
129
def test_image():
1310
"""

0 commit comments

Comments
 (0)