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:
parent
544aac0a13
commit
830a9bf4fb
1 changed files with 3 additions and 0 deletions
|
@ -10706,6 +10706,9 @@ in {
|
||||||
|
|
||||||
buildInputs = [ self.django ];
|
buildInputs = [ self.django ];
|
||||||
|
|
||||||
|
# There is no test embedded
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A snapshot of django-filebrowser for the Mezzanine CMS";
|
description = "A snapshot of django-filebrowser for the Mezzanine CMS";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue