We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f21573 commit a29ba75Copy full SHA for a29ba75
pygmt/tests/test_makecpt.py
@@ -150,10 +150,6 @@ def test_makecpt_continuous(grid):
150
return fig
151
152
153
-@pytest.mark.xfail(
154
- reason="Flaky test only passes with pytest on single module"
155
- "See https://github.com/GenericMappingTools/pygmt/issues/1242"
156
-)
157
@pytest.mark.mpl_image_compare
158
def test_makecpt_categorical(region):
159
"""
@@ -165,10 +161,6 @@ def test_makecpt_categorical(region):
165
161
166
162
167
163
168
169
170
171
172
164
173
def test_makecpt_cyclic(region):
174
0 commit comments