python311Packages.fpdf2: disable failing tests (#309846)

fixes/ works around https://github.com/NixOS/nixpkgs/issues/308941
This commit is contained in:
Joseph Stahl
2024-05-08 17:40:09 +02:00
committed by GitHub
parent e753fb2413
commit dfd8445b59
@@ -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 = {