forked from mirrors/nixpkgs
pythonPackages.pycparser: disable tests 3.5
This commit is contained in:
parent
10478adc6b
commit
38f83390b6
|
@ -3843,8 +3843,8 @@ in modules // {
|
|||
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
||||
};
|
||||
|
||||
# Unsupported
|
||||
disabled = isPy35;
|
||||
# 3.5 is not supported but has been working fine
|
||||
doCheck = !isPy35;
|
||||
|
||||
meta = {
|
||||
description = "C parser in Python";
|
||||
|
|
Loading…
Reference in a new issue