disable tests in plover-plugin-manager

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-16 21:42:08 +01:00
parent 611be4411b
commit 42bafeca4e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -14,6 +14,7 @@ with pkgs; rec {
sha256 = "sha256-+ASEFxjIeqOwwIwojOltA4nAG/HMz+px+wMXuCOc+Dw=";
};
propagatedBuildInputs = [pip pkginfo plover pygments readme_renderer requests requests-cache requests-futures setuptools wheel];
installCheckPhase = "true";
};
plover-stroke = with python3Packages;
buildPythonPackage rec {