Unverified Commit b32c92dd authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

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

parents 3235d7f6 bd17e455
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = {