python3Packages.crispy-bootstrap3: disable tests for Django >= 5.1
This commit is contained in:
@@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "crispy_bootstrap3" ];
|
||||
|
||||
# Tests are broken on Django >= 5.1
|
||||
# https://github.com/django-crispy-forms/crispy-bootstrap3/issues/12
|
||||
doCheck = lib.versionOlder django.version "5.1";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Bootstrap 3 template pack for django-crispy-forms";
|
||||
homepage = "https://github.com/django-crispy-forms/crispy-bootstrap3";
|
||||
|
||||
Reference in New Issue
Block a user