Unverified Commit dfd8445b authored by Joseph Stahl's avatar Joseph Stahl Committed by GitHub
Browse files

python311Packages.fpdf2: disable failing tests (#309846)

parent e753fb24
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -57,6 +57,9 @@ buildPythonPackage rec {
    "test_png_url" # tries to download file
    "test_page_background" # tries to download file
    "test_share_images_cache" # uses timing functions
    "test_bidi_character" # tries to download file
    "test_bidi_conformance" # tries to download file
    "test_insert_jpg_jpxdecode" # JPEG2000 is broken
  ];

  meta = {