Merge pull request #269937 from imincik/python-mapnik-disable-test

python3Packages.python-mapnik: disable more failing tests
This commit is contained in:
OTABI Tomoya 2023-12-06 15:08:57 +09:00 committed by GitHub
commit d1c3a8112f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ buildPythonPackage rec {
"test_raster_warping_does_not_overclip_source"
"test_render_points"
"test_render_with_scale_factor"
"test_style_level_comp_op"
"test_style_level_image_filter"
"test_that_coordinates_do_not_overflow_and_polygon_is_rendered_csv"
"test_that_coordinates_do_not_overflow_and_polygon_is_rendered_memory"
@ -135,6 +136,7 @@ buildPythonPackage rec {
"test_wgs84_inverse_forward"
] ++ lib.optionals stdenv.isDarwin [
"test_passing_pycairo_context_pdf"
"test_passing_pycairo_context_svg"
];
pythonImportsCheck = [ "mapnik" ];