mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
python312Packages.jupyter-collaboration: suppress deprecation warnings
This commit is contained in:
parent
0b06eb29c3
commit
c02bbebfff
|
@ -64,6 +64,10 @@ buildPythonPackage rec {
|
|||
export HOME=$TEMP
|
||||
'';
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-Wignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
|
||||
"test_dirty"
|
||||
|
|
Loading…
Reference in a new issue