From 758def96458c3c5c3ca82d3e412f3e192e16261c Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 28 Jul 2024 18:04:38 -0400 Subject: [PATCH] python312Packages.apprise: disable more nondeterministic tests --- pkgs/development/python-modules/apprise/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix index e515e0fc4dd2..74b79f97e6dd 100644 --- a/pkgs/development/python-modules/apprise/default.nix +++ b/pkgs/development/python-modules/apprise/default.nix @@ -60,8 +60,12 @@ buildPythonPackage rec { # Nondeterministic. Fails with `assert 0 == 1` "test_notify_emoji_general" "test_plugin_mqtt_general" + # Nondeterministic. Fails with `assert 3 == 2` + "test_plugin_matrix_transaction_ids_api_v3" # Nondeterministic. Fails with `AssertionError` "test_plugin_xbmc_kodi_urls" + # Nondeterministic. Fails with `AssertionError` + "test_plugin_zulip_urls" ]; disabledTestPaths = [