python312Packages.apprise: don't use python-xdist (#347214)

This commit is contained in:
OTABI Tomoya 2024-10-09 14:07:49 +09:00 committed by GitHub
commit 5fd3e51ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@
markdown,
paho-mqtt,
pytest-mock,
pytest-xdist,
pytestCheckHook,
pythonOlder,
pyyaml,
@ -53,33 +52,9 @@ buildPythonPackage rec {
gntp
paho-mqtt
pytest-mock
pytest-xdist
pytestCheckHook
];
disabledTests = [
"test_apprise_cli_nux_env"
# 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 `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`
"test_plugin_zulip_urls"
];
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 = ''
installManPage packaging/man/apprise.1
'';