python310Packages.jupyter-collaboration: fix tests

This commit is contained in:
Robert Schütz 2023-08-07 12:43:46 -07:00
parent 242d458f25
commit ddfef77a80

View file

@ -61,6 +61,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
preCheck = ''
export HOME=$TEMP
'';