django-simple-captcha: run tests

This commit is contained in:
Trolli Schmittlauch 2019-12-26 01:25:40 +01:00
parent dee32b0b70
commit ba46230605

View file

@ -11,7 +11,7 @@ buildPythonPackage rec {
extension = "zip";
};
# ToDo: fix tests
doCheck = false;
#doCheck = false;
checkInputs = [ testfixtures ];
checkPhase = ''
cd testproject