···26 hash = "sha256-T02nGF+YlughRQPinb0I3NC6xsarh4+qRhG8YfhTvhI=";
27 };
280029 nativeBuildInputs = [
30 poetry-core
31 ];
···42 disabledTests = [
43 # this test tries to download the httpfs extension
44 "test_preload_extension"
045 # test should be skipped based on sqlalchemy version but isn't and fails
46 "test_commit"
0047 ];
4849 nativeCheckInputs = [
···26 hash = "sha256-T02nGF+YlughRQPinb0I3NC6xsarh4+qRhG8YfhTvhI=";
27 };
2829+ patches = [ ./remote_data.patch ];
30+31 nativeBuildInputs = [
32 poetry-core
33 ];
···44 disabledTests = [
45 # this test tries to download the httpfs extension
46 "test_preload_extension"
47+ "test_motherduck"
48 # test should be skipped based on sqlalchemy version but isn't and fails
49 "test_commit"
50+ # rowcount no longer generates an attribute error.
51+ "test_rowcount"
52 ];
5354 nativeCheckInputs = [
···130 # tries to download duckdb extensions
131 "--deselect=ibis/backends/duckdb/tests/test_register.py::test_register_sqlite"
132 "--deselect=ibis/backends/duckdb/tests/test_register.py::test_read_sqlite"
00000000000133 # pyarrow13 is not supported yet.
134 "--deselect=ibis/backends/tests/test_temporal.py::test_date_truncate"
135 "--deselect=ibis/backends/tests/test_temporal.py::test_integer_to_interval_timestamp"
···130 # tries to download duckdb extensions
131 "--deselect=ibis/backends/duckdb/tests/test_register.py::test_register_sqlite"
132 "--deselect=ibis/backends/duckdb/tests/test_register.py::test_read_sqlite"
133+134+ # duckdb does not respect sample_size=2 (reads 3 lines of csv).
135+ "--deselect=ibis/backends/tests/test_register.py::test_csv_reregister_schema"
136+137+ # duckdb fails with:
138+ # "This function can not be called with an active transaction!, commit or abort the existing one first"
139+ "--deselect=ibis/backends/tests/test_udf.py::test_vectorized_udf"
140+ "--deselect=ibis/backends/tests/test_udf.py::test_map_merge_udf"
141+ "--deselect=ibis/backends/tests/test_udf.py::test_udf"
142+ "--deselect=ibis/backends/tests/test_udf.py::test_map_udf"
143+144 # pyarrow13 is not supported yet.
145 "--deselect=ibis/backends/tests/test_temporal.py::test_date_truncate"
146 "--deselect=ibis/backends/tests/test_temporal.py::test_integer_to_interval_timestamp"