pythonPackages.jinja2: disable tests
This commit is contained in:
parent
4e659884f9
commit
e6f18ba0e0
@ -14,9 +14,12 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ markupsafe ];
|
||||
|
||||
checkPhase = ''
|
||||
pytest -v
|
||||
pytest -v tests
|
||||
'';
|
||||
|
||||
# RecursionError: maximum recursion depth exceeded
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://jinja.pocoo.org/;
|
||||
description = "Stand-alone template engine";
|
||||
|
Loading…
Reference in New Issue
Block a user