python310Packages.lsprotocol: switch to nativeCheckInputs

This commit is contained in:
Fabian Affolter
2023-01-25 21:42:56 +01:00
parent 7997466ccd
commit 8220ac3380
@@ -35,10 +35,13 @@ buildPythonPackage rec {
cattrs
];
nativeCheckInputs = [
pytest
];
checkInputs = [
jsonschema
pyhamcrest
pytest
];
checkPhase = ''
@@ -55,8 +58,8 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/microsoft/lsprotocol";
description = "Python implementation of the Language Server Protocol";
homepage = "https://github.com/microsoft/lsprotocol";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar fab ];
};