python3Packages.django-formtools: disable failing test

This commit is contained in:
Martin Weinelt
2026-06-04 13:53:49 +02:00
parent 2dc12f9e90
commit d8bfa35843
@@ -40,6 +40,9 @@ buildPythonPackage (finalAttrs: {
disabledTests = [
# mismatch between test collection of django and pytest-django
"TestStorage"
# Django 6.0.6/5.2.15 compat issue
# https://github.com/jazzband/django-formtools/issues/298
"test_reset_cookie"
];
pythonImportsCheck = [ "formtools" ];