From 08a4dcf0fadf4221dc095b1cbb404d007b88cd31 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 28 Jul 2024 17:57:54 -0400 Subject: [PATCH] python312Packages.apprise: remove test path `test/test_plugin_workflows.py` --- pkgs/development/python-modules/apprise/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/apprise/default.nix b/pkgs/development/python-modules/apprise/default.nix index 8d5125597190..e515e0fc4dd2 100644 --- a/pkgs/development/python-modules/apprise/default.nix +++ b/pkgs/development/python-modules/apprise/default.nix @@ -67,6 +67,8 @@ buildPythonPackage rec { disabledTestPaths = [ # AttributeError: module 'apprise.plugins' has no attribute 'NotifyBulkSMS' "test/test_plugin_bulksms.py" + # Nondeterministic. Multiple tests will fail with `AssertionError` + "test/test_plugin_workflows.py" ]; postInstall = ''