Unverified Commit 8bef9791 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

parents cbe2bf84 5c34d629
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" ];