python3Packages.pygls: fix darwin build

This commit is contained in:
Kira Bruneau 2021-10-26 11:20:14 -04:00
parent 2558d8e64f
commit 2193fe747d

View File

@ -36,6 +36,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# Fixes hanging tests on Darwin
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "pygls" ];
meta = with lib; {