python312Packages.jupyter-collaboration: suppress deprecation warnings

This commit is contained in:
natsukium 2024-04-19 22:18:37 +09:00
parent 0b06eb29c3
commit c02bbebfff
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ buildPythonPackage rec {
export HOME=$TEMP
'';
pytestFlagsArray = [
"-Wignore::DeprecationWarning"
];
disabledTests = [
# ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
"test_dirty"