pythonPackages.notmuch: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-09 23:15:00 +01:00
parent eea84e25e6
commit 65d9252c34

View File

@@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, buildPythonPackage
, notmuch
, python
@@ -16,6 +17,10 @@ buildPythonPackage {
notmuch/globals.py
'';
# no tests
doCheck = false;
pythonImportsCheck = [ "notmuch" ];
meta = with lib; {
description = "A Python wrapper around notmuch";
homepage = "https://notmuchmail.org/";