mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
python311Packages.apprise: disable nondeterministic tests
This commit is contained in:
parent
238b3bd853
commit
3167a2a6ef
@ -57,7 +57,11 @@ buildPythonPackage rec {
|
||||
|
||||
disabledTests = [
|
||||
"test_apprise_cli_nux_env"
|
||||
# Nondeterministic. Fails with `assert 0 == 1`
|
||||
"test_notify_emoji_general"
|
||||
"test_plugin_mqtt_general"
|
||||
# Nondeterministic. Fails with `AssertionError`
|
||||
"test_plugin_xbmc_kodi_urls"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user