python3Packages.nbclassic: allow darwin network tests
(cherry picked from commit f1096cd92c93f2d72d8daeaa87a3edc844b458eb)
This commit is contained in:
parent
a0011e1118
commit
c8a75ccf74
|
@ -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 New Issue