python.pkgs.jinja2: run tests

This commit is contained in:
Robert Schütz 2019-04-26 09:20:28 +02:00
parent 5340c05e04
commit c890a3dd0f

View File

@ -17,9 +17,6 @@ buildPythonPackage rec {
pytest -v tests
'';
# RecursionError: maximum recursion depth exceeded
doCheck = false;
meta = with stdenv.lib; {
homepage = http://jinja.pocoo.org/;
description = "Stand-alone template engine";