Unverified Commit c02bbebf authored by natsukium's avatar natsukium
Browse files

python312Packages.jupyter-collaboration: suppress deprecation warnings

parent 0b06eb29
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -64,6 +64,10 @@ buildPythonPackage rec {
    export HOME=$TEMP
  '';

  pytestFlagsArray = [
    "-Wignore::DeprecationWarning"
  ];

  disabledTests = [
    # ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
    "test_dirty"