···112 hatchling
113 ];
114115- pythonRelaxDeps = [
116- # "toolz"
117- ];
118-119 dependencies = [
120 atpublic
121 parsy
···171172 # AssertionError: value does not match the expected value in snapshot ibis/backends/tests/snapshots/test_sql/test_rewrite_context/sqlite/out.sql
173 "test_rewrite_context"
000000174 ];
175176 # patch out tests that check formatting with black
···352 homepage = "https://github.com/ibis-project/ibis";
353 changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md";
354 license = lib.licenses.asl20;
355- maintainers = with lib.maintainers; [ cpcloud ];
000356 };
357}
···112 hatchling
113 ];
1140000115 dependencies = [
116 atpublic
117 parsy
···167168 # AssertionError: value does not match the expected value in snapshot ibis/backends/tests/snapshots/test_sql/test_rewrite_context/sqlite/out.sql
169 "test_rewrite_context"
170+171+ # Assertion error comparing a calculated version string with the actual (during nixpkgs-review)
172+ "test_builtin_scalar_noargs"
173+174+ # duckdb ParserError: syntax error at or near "AT"
175+ "test_90"
176 ];
177178 # patch out tests that check formatting with black
···354 homepage = "https://github.com/ibis-project/ibis";
355 changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md";
356 license = lib.licenses.asl20;
357+ maintainers = with lib.maintainers; [
358+ cpcloud
359+ sarahec
360+ ];
361 };
362}