Skip to content

Commit

Permalink
python311Packages.fpdf2: disable failing tests (#309846)
Browse files Browse the repository at this point in the history
fixes/ works around #308941
  • Loading branch information
josephst authored May 8, 2024
1 parent e753fb2 commit dfd8445
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/fpdf2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit dfd8445

Please sign in to comment.