protonvpn-gui: Disable tests

This commit is contained in:
Sandro Jäckel
2021-02-05 12:51:23 +01:00
parent 8e44a7e904
commit abfed03ddd
@@ -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";