pythonPackages.bedup: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-25 18:53:50 +01:00
parent e78dcf77ef
commit 2ee23ca8f8

View File

@ -1633,6 +1633,9 @@ in modules // {
propagatedBuildInputs = with self; [ contextlib2 pyxdg pycparser alembic ]
++ optionals (!isPyPy) [ cffi ];
# No proper test suite. Included tests cannot be run because of relative import
doCheck = false;
meta = {
description = "Deduplication for Btrfs";
longDescription = ''