python314Packages.ibis-framework: fix build (#482301)

This commit is contained in:
Weijia Wang
2026-01-22 11:38:20 +00:00
committed by GitHub
@@ -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" ];