pythonPackages.notmuch2: Disable tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, notmuch
|
||||
, python
|
||||
@@ -13,6 +14,10 @@ buildPythonPackage {
|
||||
|
||||
buildInputs = [ python notmuch cffi ];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "notmuch2" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Pythonic bindings for the notmuch mail database using CFFI";
|
||||
homepage = "https://notmuchmail.org/";
|
||||
|
||||
Reference in New Issue
Block a user