Skip to content

Commit

Permalink
python3Packages.python-mapnik: disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Feb 3, 2025
1 parent 5af943f commit a4fcc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/python-mapnik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ buildPythonPackage rec {
"test_passing_pycairo_context_pdf"
"test_pdf_printing"
"test_render_with_scale_factor"
"test_raster_warping"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
"test_passing_pycairo_context_png"
Expand All @@ -134,6 +135,5 @@ buildPythonPackage rec {
maintainers = [ ];
homepage = "https://mapnik.org";
license = licenses.lgpl21Plus;
broken = true; # At 2024-11-13, test_raster_warping fails.
};
}

0 comments on commit a4fcc13

Please sign in to comment.