|
81 | 81 | "test/test_json.py::test_get_as_df_json_empty_result", |
82 | 82 | "test/test_json.py::test_get_as_df_json_extract", |
83 | 83 | "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", |
84 | 92 | # C API temporal conversion still differs from pybind for torch geometric export. |
85 | 93 | "test/test_torch_geometric.py::test_to_torch_geometric_homogeneous_graph", |
86 | 94 | "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", |
87 | 102 | } |
88 | 103 | ) |
0 commit comments