python310Packages.jupyter-collaboration: fix tests
This commit is contained in:
parent
242d458f25
commit
ddfef77a80
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$TEMP
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue