We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b99454 commit f949f16Copy full SHA for f949f16
pygmt/tests/test_velo.py
@@ -26,6 +26,10 @@ def fixture_dataframe():
26
)
27
28
29
+@pytest.mark.xfail(
30
+ reason="Flaky test only passes with pytest on single module"
31
+ "See https://github.com/GenericMappingTools/pygmt/issues/1242"
32
+)
33
@pytest.mark.mpl_image_compare
34
def test_velo_numpy_array_numeric_only(dataframe):
35
"""
@@ -63,6 +67,10 @@ def test_velo_without_spec(dataframe):
63
67
fig.velo(data=dataframe)
64
68
65
69
70
71
72
73
66
74
75
def test_velo_pandas_dataframe(dataframe):
76
0 commit comments