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 6a6e940 commit 686e56fCopy full SHA for 686e56f
pygmt/tests/test_x2sys_cross.py
@@ -39,6 +39,10 @@ def fixture_tracks():
39
40
41
@pytest.mark.usefixtures("mock_x2sys_home")
42
+@pytest.mark.xfail(
43
+ condition=Version(__gmt_version__) < Version("6.5.0"),
44
+ reason="Upstream bug fixed in https://github.com/GenericMappingTools/gmt/pull/8188",
45
+)
46
def test_x2sys_cross_input_file_output_file():
47
"""
48
Run x2sys_cross by passing in a filename, and output internal crossovers to an ASCII
0 commit comments