ipykernel:fix darwin build

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

View File

@ -37,6 +37,9 @@ buildPythonPackage rec {
HOME=$(mktemp -d) pytest ipykernel -k "not (test_sys_path or test_sys_path_profile_dir or test_complete)"
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = {
description = "IPython Kernel for Jupyter";
homepage = http://ipython.org/;