jupyter_server: fix build
This commit is contained in:
parent
cf1d068799
commit
fc80a81cf5
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ buildPythonPackage rec {
|
|||
disabledTestPaths = [
|
||||
"tests/services/kernels/test_api.py"
|
||||
"tests/services/sessions/test_api.py"
|
||||
# nbconvert failed: `relax_add_props` kwargs of validate has been
|
||||
# deprecated for security reasons, and will be removed soon.
|
||||
"tests/nbconvert/test_handlers.py"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
|
Loading…
Reference in a new issue