python3Packages.nbclassic: allow darwin network tests

This commit is contained in:
Noah D. Brenowitz 2021-05-22 21:38:40 -07:00
parent 7c29b3e082
commit f1096cd92c
No known key found for this signature in database
GPG key ID: 55465F962E05AAD1

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 ];