Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.fpdf2: disable failing tests (#309846)

fixes/ works around https://github.com/NixOS/nixpkgs/issues/308941

authored by Joseph Stahl and committed by GitHub dfd8445b e753fb24

+3
+3
pkgs/development/python-modules/fpdf2/default.nix
··· 57 57 "test_png_url" # tries to download file 58 58 "test_page_background" # tries to download file 59 59 "test_share_images_cache" # uses timing functions 60 + "test_bidi_character" # tries to download file 61 + "test_bidi_conformance" # tries to download file 62 + "test_insert_jpg_jpxdecode" # JPEG2000 is broken 60 63 ]; 61 64 62 65 meta = {