electrum: fix check without qt (#303916)

This commit is contained in:
Pavol Rusnak
2025-10-10 13:44:08 +00:00
committed by GitHub
@@ -73,6 +73,9 @@ python3.pkgs.buildPythonApplication rec {
lib.optionals enableQt [
pyqt6
];
disabledTestPaths = lib.optionals (!enableQt) [
"tests/test_qml_types.py"
];
postPatch =
if enableQt then