mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pypeg2: disable tests on py3k
This commit is contained in:
parent
9640439038
commit
2adbd13f95
@ -28236,6 +28236,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