python3Packages.nbclassic: allow darwin network tests
This commit is contained in:
parent
7c29b3e082
commit
f1096cd92c
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ buildPythonPackage rec {
|
|||
pytest-tornasync
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Jupyter lab environment notebook server extension.";
|
||||
license = with licenses; [ bsd3 ];
|
||||
|
|
Loading…
Reference in a new issue