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 11:40:09 -04:00 committed by GitHub
parent e753fb2413
commit dfd8445b59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {