3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pycparser: disable tests 3.5

This commit is contained in:
Frederik Rietdijk 2016-01-25 14:39:36 +01:00
parent 10478adc6b
commit 38f83390b6

View file

@ -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";