pythonPackages.notmuch2: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-09 23:14:49 +01:00
parent aa3a78911a
commit eea84e25e6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 7 additions and 6 deletions

View file

@ -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/";

View file

@ -1,8 +1,4 @@
<<<<<<< HEAD
{ lib, stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch, pythonOlder, isPy27
=======
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, isPy27
>>>>>>> 15db9043242... pythonPackages.python-language-server: 0.34.1 -> 0.36.2
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, pythonOlder, isPy27
, backports_functools_lru_cache, configparser, futures, future, jedi, pluggy, python-jsonrpc-server, flake8
, pytestCheckHook, mock, pytestcov, coverage, setuptools, ujson, flaky
, # Allow building a limited set of providers, e.g. ["pycodestyle"].