From ba46230605369d9f60fec8bdd72e5fb4bca313e2 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 26 Dec 2019 01:25:40 +0100 Subject: [PATCH] django-simple-captcha: run tests --- django-simple-captcha/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-simple-captcha/default.nix b/django-simple-captcha/default.nix index 618ebd5..7eed39b 100644 --- a/django-simple-captcha/default.nix +++ b/django-simple-captcha/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { extension = "zip"; }; # ToDo: fix tests - doCheck = false; + #doCheck = false; checkInputs = [ testfixtures ]; checkPhase = '' cd testproject