Merge pull request #143026 from kira-bruneau/python3Packages.pygls

This commit is contained in:
Sandro
2021-10-26 22:22:10 +02:00
committed by GitHub
@@ -36,6 +36,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# Fixes hanging tests on Darwin
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "pygls" ];
meta = with lib; {