pythonPackages.notmuch: Disable tests
This commit is contained in:
parent
eea84e25e6
commit
65d9252c34
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user