python310Packages.notebook: fix tests
This commit is contained in:
parent
ddfef77a80
commit
9effe50ca4
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
env = {
|
||||
JUPYTER_PLATFORM_DIRS = 1;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue