python312Packages.apprise: remove test path test/test_plugin_workflows.py

This commit is contained in:
seth
2024-07-28 18:00:06 -04:00
parent fdf76201ea
commit 08a4dcf0fa
@@ -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 = ''