python312Packages.blockdiag: Disable failing test from dependency

This commit is contained in:
sarahec
2024-09-20 23:39:29 +02:00
committed by Bjørn Forsman
parent a5a5fac8cf
commit 415a29abac
@@ -71,6 +71,10 @@ buildPythonPackage rec {
disabledTests = [
# Test require network access
"test_app_cleans_up_images"
# DeprecationWarning in dependency: reportlab
"test_align_option_1"
# Comparison w/ magic values in test
"test_generate_with_separate"
];
pythonImportsCheck = [ "blockdiag" ];