1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
commit 60982b14d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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