pythonPackages.funcparserlib: build on Python 3.x

This commit is contained in:
Frederik Rietdijk 2016-08-30 10:53:57 +02:00
parent e9dea3c02a
commit 21eb4972be

View file

@ -6331,8 +6331,8 @@ in modules // {
${python.interpreter} -m unittest discover
'';
# Judging from SyntaxError in tests.
disabled = isPy3k;
# Tests are Python 2.x only judging from SyntaxError
doCheck = !(isPy3k);
meta = {
description = "Recursive descent parsing library based on functional combinators";