Skip to content

Commit 7fbb777

Browse files
committed
Trigger fails on GMT master tests to double check artifacts are uploaded
1 parent 0defa07 commit 7fbb777

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pygmt/tests/test_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ def test_info_dataframe():
3838
assert output == expected_output
3939

4040

41-
@pytest.mark.xfail(
42-
reason="UNIX timestamps returned instead of ISO datetime, should work on GMT 6.2.0 "
43-
"after https://github.com/GenericMappingTools/gmt/issues/4241 is resolved",
44-
)
41+
# @pytest.mark.xfail(
42+
# reason="UNIX timestamps returned instead of ISO datetime, should work on GMT 6.2.0 "
43+
# "after https://github.com/GenericMappingTools/gmt/issues/4241 is resolved",
44+
# )
4545
def test_info_pandas_dataframe_time_column():
4646
"Make sure info works on pandas.DataFrame inputs with a time column"
4747
table = pd.DataFrame(

0 commit comments

Comments
 (0)