From 21bc71ff247bf2824f44a77ae7b89ef3f4aa5252 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 10:35:09 +0200 Subject: [PATCH] python3Packages.ibis-framework: disable failing tests --- pkgs/development/python-modules/ibis-framework/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/python-modules/ibis-framework/default.nix b/pkgs/development/python-modules/ibis-framework/default.nix index 61c2d9daedea..b71ed3dc476c 100644 --- a/pkgs/development/python-modules/ibis-framework/default.nix +++ b/pkgs/development/python-modules/ibis-framework/default.nix @@ -272,6 +272,13 @@ buildPythonPackage (finalAttrs: { "test_signature_from_callable_with_keyword_only_arguments" ]; + disabledTestPaths = [ + # TypeError: pytest.approx() does not support nan_ok for datetime/timedelta comparisons. + "ibis/backends/tests/tpc/h/test_queries.py::test_18" + "ibis/backends/tests/tpc/h/test_queries.py::test_03" + "ibis/backends/tests/tpc/ds/test_queries.py::test_51" + ]; + # patch out tests that check formatting with black postPatch = '' find ibis/tests -type f -name '*.py' -exec sed -i \