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 hatchling 113 ]; 114 115 - pythonRelaxDeps = [ 116 - # "toolz" 117 - ]; 118 - 119 dependencies = [ 120 atpublic 121 parsy ··· 171 172 # 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" 174 ]; 175 176 # 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 ]; 356 }; 357 }
··· 112 hatchling 113 ]; 114 115 dependencies = [ 116 atpublic 117 parsy ··· 167 168 # 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 ]; 177 178 # 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 }