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 0defa07 commit 7fbb777Copy full SHA for 7fbb777
pygmt/tests/test_info.py
@@ -38,10 +38,10 @@ def test_info_dataframe():
38
assert output == expected_output
39
40
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
-)
+# @pytest.mark.xfail(
+# reason="UNIX timestamps returned instead of ISO datetime, should work on GMT 6.2.0 "
+# "after https://github.com/GenericMappingTools/gmt/issues/4241 is resolved",
+# )
45
def test_info_pandas_dataframe_time_column():
46
"Make sure info works on pandas.DataFrame inputs with a time column"
47
table = pd.DataFrame(
0 commit comments