pypeg2: disable tests on py3k
(cherry picked from commit 2adbd13f9561edf7771fc8687b9299a817ee71b6) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
deb59785b0
commit
e53b3ea859
@ -28221,6 +28221,9 @@ in modules // {
|
||||
sha256 = "0v8ziaam2r637v94ra4dbjw6jzxz99gs5x4i585kgag1v204yb9b";
|
||||
};
|
||||
|
||||
#https://bitbucket.org/fdik/pypeg/issues/36/test-failures-on-py35
|
||||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
description = "PEG parser interpreter in Python";
|
||||
homepage = http://fdik.org/pyPEG;
|
||||
|
Loading…
Reference in New Issue
Block a user