From 2ee23ca8f82f155d1a61dd2c5c4bfc4d6a756f0c Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk <fridh@fridh.nl> Date: Mon, 25 Jan 2016 18:53:50 +0100 Subject: [PATCH] pythonPackages.bedup: disable tests --- pkgs/top-level/python-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 72df33ab673..6540f3167c4 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 = ''