Unverified Commit 08a4dcf0 authored by seth's avatar seth
Browse files

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

parent fdf76201
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = ''