summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Möller <fabianm88@gmail.com>2019-09-14 21:17:42 +0200
committerFabian Möller <fabianm88@gmail.com>2019-09-14 21:17:42 +0200
commit00000ca0e808d368f5de217c46414742dfafb09e (patch)
treecf48b37f2412877ce2fafbe043c7e3f8a8d67376 /pkgs/development/python-modules
parentnbformat: fix darwin build (diff)
downloadnixpkgs-00000ca0e808d368f5de217c46414742dfafb09e.tar.gz
nbconvert: fix darwin build
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/nbconvert/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/nbconvert/default.nix b/pkgs/development/python-modules/nbconvert/default.nix
index 69828b2b18ff..2f0090b5967d 100644
--- a/pkgs/development/python-modules/nbconvert/default.nix
+++ b/pkgs/development/python-modules/nbconvert/default.nix
@@ -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/;