mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.pystache: disable tests on Python 3
This commit is contained in:
parent
3673454e53
commit
06f6c1426b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue