Merge pull request #143026 from kira-bruneau/python3Packages.pygls
This commit is contained in:
commit
60982b14d9
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
# Fixes hanging tests on Darwin
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [ "pygls" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue