protonvpn-gui: Disable tests

This commit is contained in:
Sandro Jäckel 2021-02-05 09:38:20 +01:00
parent 8e44a7e904
commit abfed03ddd
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -76,6 +76,9 @@ in python3Packages.buildPythonApplication rec {
done done
''; '';
# no tests
doCheck = false;
meta = with lib; { meta = with lib; {
description = "Linux GUI for ProtonVPN, written in Python"; description = "Linux GUI for ProtonVPN, written in Python";
homepage = "https://github.com/ProtonVPN/linux-gui"; homepage = "https://github.com/ProtonVPN/linux-gui";