Skip to content

Commit

Permalink
python312Packages.blockdiag: Disable failing test from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec authored and bjornfor committed Sep 20, 2024
1 parent a5a5fac commit 415a29a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/blockdiag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 415a29a

Please sign in to comment.