nbconvert: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 21:17:42 +02:00
parent 3b77eebc1b
commit 00000ca0e8
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -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/;