ipykernel:fix darwin build
This commit is contained in:
parent
00000ca0e8
commit
88264604ff
@ -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)"
|
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 = {
|
meta = {
|
||||||
description = "IPython Kernel for Jupyter";
|
description = "IPython Kernel for Jupyter";
|
||||||
homepage = http://ipython.org/;
|
homepage = http://ipython.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user