diff --git a/pkgs/development/python-modules/blockdiag/default.nix b/pkgs/development/python-modules/blockdiag/default.nix index 7acdf490acb4..5859e00c6cd8 100644 --- a/pkgs/development/python-modules/blockdiag/default.nix +++ b/pkgs/development/python-modules/blockdiag/default.nix @@ -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" ];