diff --git a/pkgs/development/python-modules/ibis-framework/default.nix b/pkgs/development/python-modules/ibis-framework/default.nix index c91d339074be..40062a4ba80e 100644 --- a/pkgs/development/python-modules/ibis-framework/default.nix +++ b/pkgs/development/python-modules/ibis-framework/default.nix @@ -148,6 +148,8 @@ buildPythonPackage (finalAttrs: { ++ lib.optionals (pythonAtLeast "3.14") [ # DeprecationWarning: '_UnionGenericAlias' is deprecated and slated for removal in Python 3.17 "-Wignore::DeprecationWarning" + # Multiple tests with warnings fail without it + "-Wignore::pytest.PytestUnraisableExceptionWarning" ]; enabledTestMarks = testBackends ++ [ "core" ];