pythonPackages.pystache: disable tests on Python 3

This commit is contained in:
Frederik Rietdijk 2016-07-29 19:47:14 +02:00
parent 3673454e53
commit 06f6c1426b

View file

@ -18797,7 +18797,7 @@ in modules // {
# SyntaxError Python 3
# https://github.com/defunkt/pystache/issues/181
disabled = isPy3k;
doCheck = !isPy3k;
meta = {
description = "A framework-agnostic, logic-free templating system inspired by ctemplate and et";