python3Packages.pygls: fix darwin build

This commit is contained in:
Kira Bruneau
2021-10-26 11:37:05 -04:00
parent 2558d8e64f
commit 2193fe747d
@@ -36,6 +36,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# Fixes hanging tests on Darwin
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "pygls" ];
meta = with lib; {