From 91fda9bfcd687fbe77c63748a82e7087939918ef Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 7 Jan 2026 14:11:33 -0800 Subject: [PATCH] python314Packages.ibis-framework: disable additional failing test --- pkgs/development/python-modules/ibis-framework/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/ibis-framework/default.nix b/pkgs/development/python-modules/ibis-framework/default.nix index 8011f6bea676..c91d339074be 100644 --- a/pkgs/development/python-modules/ibis-framework/default.nix +++ b/pkgs/development/python-modules/ibis-framework/default.nix @@ -186,6 +186,7 @@ buildPythonPackage (finalAttrs: { ] ++ lib.optionals (pythonAtLeast "3.14") [ # ExceptionGroup: multiple unraisable exception warnings (4 sub-exceptions) + "test_non_roundtripable_str_type" "test_parse_dtype_roundtrip" # AssertionError: value does not match the expected value in snapshot ...