From 7c4c284e9df3070865a6535f301c2639a9b6aefe Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 6 Oct 2024 22:28:13 -0400 Subject: [PATCH] python312Packages.apprise: disable nondeterministic test --- pkgs/development/python-modules/apprise/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix index cf6aef5fb69f..53a0835bc635 100644 --- a/pkgs/development/python-modules/apprise/default.nix +++ b/pkgs/development/python-modules/apprise/default.nix @@ -64,6 +64,9 @@ buildPythonPackage rec { "test_plugin_mqtt_general" # Nondeterministic. Fails with `assert 3 == 2` "test_plugin_matrix_transaction_ids_api_v3" + # Nondeterministic. Fails with `IndexError` + # https://github.com/NixOS/nixpkgs/issues/346894 + "test_plugin_wxpusher_result_set" # Nondeterministic. Fails with `AssertionError` "test_plugin_xbmc_kodi_urls" # Nondeterministic. Fails with `AssertionError`