qnotero: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-25 00:56:01 +01:00
parent 022cb16010
commit 59d4f48851

View File

@@ -26,6 +26,9 @@ python3Packages.buildPythonPackage rec {
wrapQtApp "$out"/bin/qnotero
'';
# no tests executed
doCheck = false;
meta = {
description = "Quick access to Zotero references";
homepage = "http://www.cogsci.nl/software/qnotero";