python3Packages.django-weasyprint: disable failing test (#496532)

This commit is contained in:
Janne Heß
2026-03-12 12:58:49 +00:00
committed by GitHub
@@ -33,6 +33,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# Fails with weasyprint >= 68 (tries to open /static/css/print.css in test env)
"test_get_pdf_download_and_options"
];
pythonImportsCheck = [ "django_weasyprint" ];
meta = {