diff --git a/eliot.nix b/eliot.nix
index f6d6b3061b1ea635bac0e694be407ca8d1b6befb..06698e39c5155052683e52f6e4f4a89edcf68f9f 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";