pythonPackages.jinja2: no tests

Changed files
+3
pkgs
+3
pkgs/top-level/python-packages.nix
···
propagatedBuildInputs = with self; [ markupsafe ];
meta = {
homepage = http://jinja.pocoo.org/;
description = "Stand-alone template engine";
···
propagatedBuildInputs = with self; [ markupsafe ];
+
# No tests included
+
doCheck = false;
+
meta = {
homepage = http://jinja.pocoo.org/;
description = "Stand-alone template engine";