Skip to content

Commit

Permalink
python312Packages.jupyter-collaboration: suppress deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Apr 19, 2024
1 parent 0b06eb2 commit c02bbeb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ buildPythonPackage rec {
export HOME=$TEMP
'';

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

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

0 comments on commit c02bbeb

Please sign in to comment.