Merge pull request #131239 from SuperSandro2000/SuperSandro2000-patch-1

python39Packages.pyls-isort: add pythonImportsCheck
This commit is contained in:
Sandro
2021-07-23 18:01:00 +02:00
committed by GitHub
@@ -16,6 +16,8 @@ buildPythonPackage rec {
# no tests
doCheck = false;
pythonImportsCheck = [ "pyls_isort" ];
propagatedBuildInputs = [
isort python-lsp-server
];