3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.filebrowser_safe: disable tests

The distribution do not seem to include tests, and fails when trying to
run them
This commit is contained in:
Lancelot SIX 2016-10-31 15:27:25 +01:00
parent 544aac0a13
commit 830a9bf4fb

View file

@ -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 = ''