mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
python310Packages.notebook: fix tests
This commit is contained in:
parent
ddfef77a80
commit
9effe50ca4
@ -50,6 +50,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
env = {
|
||||
JUPYTER_PLATFORM_DIRS = 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user