pythonPackages.iniparse: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 10:41:45 +01:00
parent 07e721e18b
commit b23586919c

View file

@ -5690,6 +5690,13 @@ in modules // {
sha256 = "0m60k46vr03x68jckachzsipav0bwhhnqb8715hm1cngs89fxhdb";
};
checkPhase = ''
${python.interpreter} runtests.py
'';
# Does not install tests
doCheck = false;
meta = with stdenv.lib; {
description = "Accessing and Modifying INI files";
license = licenses.mit;