From 861e3f5cc36c0f15047eafe7e570f17539fd2ab3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 21 Oct 2025 12:54:51 +0000 Subject: [PATCH] python3Packages.fiona: disable tests failing witch click 8.2.1 --- .../python-modules/fiona/default.nix | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/pkgs/development/python-modules/fiona/default.nix b/pkgs/development/python-modules/fiona/default.nix index 6a7c8b51bee3..04d5d9b8f5f6 100644 --- a/pkgs/development/python-modules/fiona/default.nix +++ b/pkgs/development/python-modules/fiona/default.nix @@ -95,6 +95,64 @@ buildPythonPackage rec { # see: https://github.com/Toblerity/Fiona/issues/1273 "test_append_memoryfile_drivers" + + # AssertionError CLI exists with non-zero error code + # This is a regression introduced by https://github.com/NixOS/nixpkgs/pull/448189 + "test_bbox_json_yes" + "test_bbox_no" + "test_bbox_where" + "test_bbox_yes" + "test_bbox_yes_two_files" + "test_bool_seq" + "test_bounds_explode_with_obj" + "test_calc_seq" + "test_collect_ld" + "test_collect_no_rs" + "test_collect_noparse" + "test_collect_noparse_records" + "test_collect_noparse_rs" + "test_collect_rec_buffered" + "test_collect_rs" + "test_creation_options" + "test_different_crs" + "test_distrib" + "test_distrib_no_rs" + "test_dst_crs_default_to_src_crs" + "test_dst_crs_epsg3857" + "test_dst_crs_no_src" + "test_existing_property" + "test_explode" + "test_explode_output_rs" + "test_explode_pp" + "test_explode_with_id" + "test_filter" + "test_fio_load_layer" + "test_fio_load_layer_append" + "test_load__auto_detect_format" + "test_load__auto_detect_format" + "test_load__auto_detect_format" + "test_load__auto_detect_format" + "test_load__auto_detect_format" + "test_map_count" + "test_multi_layer" + "test_one" + "test_precision" + "test_reduce_area" + "test_reduce_area" + "test_reduce_union" + "test_reduce_union_zip_properties" + "test_seq" + "test_seq" + "test_seq_no_rs" + "test_seq_rs" + "test_seq_rs" + "test_two" + "test_vfs" + "test_where_no" + "test_where_yes" + "test_where_yes_two_files" + "test_with_id" + "test_with_obj" ]; pythonImportsCheck = [ "fiona" ];