summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-27 01:28:18 +0100
committermakefu <github@syntax-fehler.de>2018-02-27 01:28:56 +0100
commit56eb9839469db905468237f099be987463a59ab0 (patch)
tree4d62303f5a59a38a53f2d63fbd83d5fb1eed560d
parent1f1bc3f220098300ad92b1103b92d46896b4d7d4 (diff)
ma pkgs.mcomix: disable tests
-rw-r--r--makefu/5pkgs/mcomix/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/5pkgs/mcomix/default.nix b/makefu/5pkgs/mcomix/default.nix
index a12e2e821..7fb9cd375 100644
--- a/makefu/5pkgs/mcomix/default.nix
+++ b/makefu/5pkgs/mcomix/default.nix
@@ -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";