ma pkgs.mcomix: disable tests
This commit is contained in:
parent
1f1bc3f220
commit
56eb983946
@ -11,6 +11,10 @@ python2Packages.buildPythonPackage rec {
|
||||
propagatedBuildInputs = with python2Packages;
|
||||
[ python2Packages.pygtk gtk3 python2Packages.pillow ];
|
||||
|
||||
# for module in sys.modules.itervalues():
|
||||
# RuntimeError: dictionary changed size during iteration
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/pyload/pyload;
|
||||
description = "Free and Open Source download manager written in Python";
|
||||
|
Loading…
Reference in New Issue
Block a user