mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
pythonPackages.pycparser: disable tests 3.5
This commit is contained in:
parent
10478adc6b
commit
38f83390b6
@ -3843,8 +3843,8 @@ in modules // {
|
|||||||
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
sha256 = "7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Unsupported
|
# 3.5 is not supported but has been working fine
|
||||||
disabled = isPy35;
|
doCheck = !isPy35;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "C parser in Python";
|
description = "C parser in Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user