mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
python312Packages.apprise: disable nondeterministic test (#346999)
This commit is contained in:
commit
6e76dfd424
@ -64,6 +64,9 @@ buildPythonPackage rec {
|
||||
"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`
|
||||
|
Loading…
Reference in New Issue
Block a user