python310Packages.notebook: fix tests

This commit is contained in:
Robert Schütz 2023-08-07 12:46:52 -07:00
parent ddfef77a80
commit 9effe50ca4

View File

@ -50,6 +50,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
env = {
JUPYTER_PLATFORM_DIRS = 1;
};