python310Packages.nbdime: fix build on darwin
Fix tests that need local network access.
This commit is contained in:
parent
dd218acc66
commit
4fddc3c9ea
@ -76,6 +76,8 @@ buildPythonPackage rec {
|
||||
"test_merge_input_strategy_inline"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/jupyter/nbdime";
|
||||
description = "Tools for diffing and merging of Jupyter notebooks.";
|
||||
|
Loading…
Reference in New Issue
Block a user