pythonPackages.pycups: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 17:34:36 +01:00
parent fcd91c453c
commit feec7427e5

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/;