python3Packages.nbclassic: allow darwin network tests

(cherry picked from commit f1096cd92c93f2d72d8daeaa87a3edc844b458eb)
This commit is contained in:
Noah D. Brenowitz 2021-05-22 21:38:40 -07:00
parent a0011e1118
commit c8a75ccf74
No known key found for this signature in database
GPG Key ID: 55465F962E05AAD1
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ buildPythonPackage rec {
pytest-tornasync
];
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Jupyter lab environment notebook server extension.";
license = with licenses; [ bsd3 ];