python311Packages.fpdf2: disable failing tests (#309846)
fixes/ works around https://github.com/NixOS/nixpkgs/issues/308941
This commit is contained in:
parent
e753fb2413
commit
dfd8445b59
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue