pythonPackages.pyparser: fix tests
This commit is contained in:
parent
72f455362c
commit
ea90815ae8
@ -4508,8 +4508,9 @@ in modules // {
|
|||||||
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 3.5 is not supported but has been working fine
|
checkPhase = ''
|
||||||
doCheck = !isPy35;
|
${python.interpreter} -m unittest discover -s tests
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "C parser in Python";
|
description = "C parser in Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user