python3Packages.python-dbusmock: disable incompatible tests

This commit is contained in:
Jonathan Ringer
2022-02-07 10:45:23 -08:00
parent d06ab8aa75
commit fa6d7fa2b4

View File

@@ -38,6 +38,10 @@ buildPythonPackage rec {
"test_cli"
"test_timedated"
"test_upower"
# needs glib
"test_accounts_service"
# needs dbus-daemon active
"test_systemd"
# Very slow, consider disabling?
# "test_networkmanager"
];