Skip to content

Commit caa97f9

Browse files
committed
fix: xfail CAPI interval tests pending prebuilt liblbug update
The CAPI backend uses a prebuilt liblbug that doesn't yet include the Interval::getMicro fix (DAYS_PER_YEAR for whole years). xfail affected tests until the next prebuilt library release.
1 parent 3735459 commit caa97f9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

test/capi_xfails.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,23 @@
8181
"test/test_json.py::test_get_as_df_json_empty_result",
8282
"test/test_json.py::test_get_as_df_json_extract",
8383
"test/test_json.py::test_get_as_df_json_list",
84+
# C API uses prebuilt liblbug that doesn't yet include the
85+
# Interval::getMicro fix (DAYS_PER_YEAR for whole years).
86+
"test/test_datatype.py::test_interval",
87+
"test/test_datatype.py::test_node",
88+
"test/test_networkx.py::test_to_networkx_node",
89+
"test/test_networkx.py::test_networkx_undirected",
90+
"test/test_networkx.py::test_networkx_directed",
91+
"test/test_torch_geometric.py::test_to_torch_geometric_nodes_only",
8492
# C API temporal conversion still differs from pybind for torch geometric export.
8593
"test/test_torch_geometric.py::test_to_torch_geometric_homogeneous_graph",
8694
"test/test_torch_geometric.py::test_to_torch_geometric_heterogeneous_graph",
95+
# C API uses prebuilt liblbug that doesn't yet include Interval::getMicro fix.
96+
"test/test_arrow.py::test_to_arrow",
97+
"test/test_arrow.py::test_to_arrow_complex",
98+
"test/test_df.py::test_to_df",
99+
"test/test_df.py::test_df_get_node",
100+
"test/test_df.py::test_df_get_node_rel",
101+
"test/test_df.py::test_df_get_recursive_join",
87102
}
88103
)

0 commit comments

Comments
 (0)