pythonPackages.iniparse: disable tests
This commit is contained in:
parent
07e721e18b
commit
b23586919c
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue