mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.pyparser: fix tests
This commit is contained in:
parent
72f455362c
commit
ea90815ae8
1 changed files with 3 additions and 2 deletions
|
@ -4508,8 +4508,9 @@ in modules // {
|
|||
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
||||
};
|
||||
|
||||
# 3.5 is not supported but has been working fine
|
||||
doCheck = !isPy35;
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m unittest discover -s tests
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "C parser in Python";
|
||||
|
|
Loading…
Reference in a new issue