about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Stahl <1269177+josephst@users.noreply.github.com>2024-05-08 11:40:09 -0400
committerGitHub <noreply@github.com>2024-05-08 17:40:09 +0200
commitdfd8445b5951c4044aaa1263630306c778d7006c (patch)
tree2bee8460c42e82d932be3064b714bc5617aa451d
parente753fb2413ca703e8da407a77af994f5973bb361 (diff)
python311Packages.fpdf2: disable failing tests (#309846)
fixes/ works around https://github.com/NixOS/nixpkgs/issues/308941
-rw-r--r--pkgs/development/python-modules/fpdf2/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/fpdf2/default.nix b/pkgs/development/python-modules/fpdf2/default.nix
index fdd43f1ca5c84..b3a764724c466 100644
--- a/pkgs/development/python-modules/fpdf2/default.nix
+++ b/pkgs/development/python-modules/fpdf2/default.nix
@@ -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 = {