python310Packages.nbdime: fix build on darwin

Fix tests that need local network access.
This commit is contained in:
Sebastián Mancilla 2022-07-14 00:28:26 -04:00
parent dd218acc66
commit 4fddc3c9ea

View File

@ -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.";