Unverified Commit 5c34d629 authored by Aliaksandr's avatar Aliaksandr
Browse files

python314Packages.ibis-framework: fix build by adding...

python314Packages.ibis-framework: fix build by adding "-Wignore::pytest.PytestUnraisableExceptionWarning"
parent 551bc2a6
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" ];