mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pythonPackages.notmuch: Disable tests
This commit is contained in:
parent
eea84e25e6
commit
65d9252c34
@ -1,4 +1,5 @@
|
|||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, notmuch
|
, notmuch
|
||||||
, python
|
, python
|
||||||
@ -16,6 +17,10 @@ buildPythonPackage {
|
|||||||
notmuch/globals.py
|
notmuch/globals.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "notmuch" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python wrapper around notmuch";
|
description = "A Python wrapper around notmuch";
|
||||||
homepage = "https://notmuchmail.org/";
|
homepage = "https://notmuchmail.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user