pythonPackages.funcparserlib: build on Python 3.x
This commit is contained in:
parent
e9dea3c02a
commit
21eb4972be
1 changed files with 2 additions and 2 deletions
|
@ -6331,8 +6331,8 @@ in modules // {
|
||||||
${python.interpreter} -m unittest discover
|
${python.interpreter} -m unittest discover
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Judging from SyntaxError in tests.
|
# Tests are Python 2.x only judging from SyntaxError
|
||||||
disabled = isPy3k;
|
doCheck = !(isPy3k);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Recursive descent parsing library based on functional combinators";
|
description = "Recursive descent parsing library based on functional combinators";
|
||||||
|
|
Loading…
Reference in a new issue