forked from mirrors/nixpkgs
nbconvert: fix darwin build
This commit is contained in:
parent
3b77eebc1b
commit
00000ca0e8
|
@ -44,6 +44,9 @@ buildPythonPackage rec {
|
|||
HOME=$(mktemp -d) py.test -v --ignore="nbconvert/preprocessors/tests/test_execute.py"
|
||||
'';
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = {
|
||||
description = "Converting Jupyter Notebooks";
|
||||
homepage = https://jupyter.org/;
|
||||
|
|
Loading…
Reference in a new issue