From 3a059921f866a968b4587577fafd08f650d52c20 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 6 May 2020 08:43:01 -0400 Subject: [PATCH] Disable it --- eliot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eliot.nix b/eliot.nix index f6d6b30..06698e3 100644 --- a/eliot.nix +++ b/eliot.nix @@ -19,6 +19,9 @@ buildPythonPackage rec { checkInputs = [ testtools pytest hypothesis ]; propagatedBuildInputs = [ zope_interface pyrsistent boltons ]; + # https://github.com/itamarst/eliot/issues/436 + doCheck = false; + meta = with lib; { homepage = https://github.com/itamarst/eliot/; description = "Logging library that tells you why it happened"; -- GitLab