python310Packages.moto: disable failing tests after werkzeug update

authored by Sandro Jäckel and committed by Jonathan Ringer ad41e043 1e401e5c

+3
+3
pkgs/development/python-modules/moto/default.nix
··· 130 130 disabledTests = [ 131 131 # only appears in aarch64 currently, but best to be safe 132 132 "test_state_machine_list_executions_with_filter" 133 + # tests fail with 404 after Werkzeug 2.2 upgrade, see https://github.com/spulec/moto/issues/5341#issuecomment-1206995825 134 + "test_appsync_list_tags_for_resource" 135 + "test_s3_server_post_to_bucket_redirect" 133 136 ]; 134 137 135 138 meta = with lib; {