Skip to content

Commit 6075df0

Browse files
author
Meghan Jones
authored
Update xfail velo tests for GMT 6.3 (#1657)
1 parent ebc802c commit 6075df0

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
outs:
2-
- md5: 64e45d586112fc131090cfac2c104b63
3-
size: 45483
2+
- md5: 852dba2075122641e3785603207f9b88
3+
size: 44362
44
path: test_velo_numpy_array_numeric_only.png
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
outs:
2-
- md5: 60dff1a72e6d984f095fb4973cecaec7
3-
size: 42430
2+
- md5: 136a1b34e8ad58de070a83ed3941276e
3+
size: 42906
44
path: test_velo_pandas_dataframe.png

pygmt/tests/test_velo.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ def fixture_dataframe():
3030
)
3131

3232

33-
@pytest.mark.xfail(
34-
condition=gmt_version > Version("6.2.0"),
35-
reason="Upstream bug fixed by https://github.com/GenericMappingTools/gmt/pull/5360.",
36-
)
3733
@pytest.mark.mpl_image_compare
3834
def test_velo_numpy_array_numeric_only(dataframe):
3935
"""
@@ -71,10 +67,6 @@ def test_velo_without_spec(dataframe):
7167
fig.velo(data=dataframe)
7268

7369

74-
@pytest.mark.xfail(
75-
condition=gmt_version > Version("6.2.0"),
76-
reason="Upstream bug fixed by https://github.com/GenericMappingTools/gmt/pull/5360.",
77-
)
7870
@pytest.mark.mpl_image_compare
7971
def test_velo_pandas_dataframe(dataframe):
8072
"""

0 commit comments

Comments
 (0)