python3Packages.ibis-framework: disable duckdb test and implementation test (#420628)

authored by Gaétan Lepage and committed by GitHub 1cf0996c 0bdc43c9

+10 -5
+10 -5
pkgs/development/python-modules/ibis-framework/default.nix
··· 112 112 hatchling 113 113 ]; 114 114 115 - pythonRelaxDeps = [ 116 - # "toolz" 117 - ]; 118 - 119 115 dependencies = [ 120 116 atpublic 121 117 parsy ··· 171 167 172 168 # AssertionError: value does not match the expected value in snapshot ibis/backends/tests/snapshots/test_sql/test_rewrite_context/sqlite/out.sql 173 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" 174 176 ]; 175 177 176 178 # patch out tests that check formatting with black ··· 352 354 homepage = "https://github.com/ibis-project/ibis"; 353 355 changelog = "https://github.com/ibis-project/ibis/blob/${version}/docs/release_notes.md"; 354 356 license = lib.licenses.asl20; 355 - maintainers = with lib.maintainers; [ cpcloud ]; 357 + maintainers = with lib.maintainers; [ 358 + cpcloud 359 + sarahec 360 + ]; 356 361 }; 357 362 }