pythonPackages.pycups: disable tests

This commit is contained in:
Frederik Rietdijk
2016-01-24 19:51:12 +01:00
parent fcd91c453c
commit feec7427e5
+3
View File
@@ -15707,6 +15707,9 @@ in modules // {
buildInputs = [ pkgs.cups ];
# Wants to connect to CUPS
doCheck = false;
meta = {
description = "Python bindings for libcups";
homepage = http://cyberelk.net/tim/software/pycups/;