about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-10-31 15:27:25 +0100
committerLancelot SIX <lsix@lancelotsix.com>2016-10-31 15:27:25 +0100
commit830a9bf4fbe124e60fd1c2541249d8a7411f6312 (patch)
treef0fe2de3f5244000f9fc869f07d6b4306eff815d
parent544aac0a1315cc53f90cded28964a294045d8b50 (diff)
downloadnixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.tar
nixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.tar.gz
nixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.tar.bz2
nixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.tar.lz
nixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.tar.xz
nixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.tar.zst
nixlib-830a9bf4fbe124e60fd1c2541249d8a7411f6312.zip
pythonPackages.filebrowser_safe: disable tests
The distribution do not seem to include tests, and fails when trying to
run them
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 185043b27e3c..744af1ef1370 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -10706,6 +10706,9 @@ in {
 
     buildInputs = [ self.django ];
 
+    # There is no test embedded
+    doCheck = false;
+
     meta = {
       description = "A snapshot of django-filebrowser for the Mezzanine CMS";
       longDescription = ''