diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2022-02-07 10:45:23 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2022-02-07 10:45:23 -0800 |
| commit | fa6d7fa2b484bd21ebfd5a2cec09d72c6b2d3ffe (patch) | |
| tree | ce0586e9dd5e4d77bbf2cb247952c08e969f98f1 /pkgs/development/python-modules/python-dbusmock | |
| parent | d06ab8aa759d64d693938f05f7b61ee8fefeb5dd (diff) | |
python3Packages.python-dbusmock: disable incompatible tests
Diffstat (limited to 'pkgs/development/python-modules/python-dbusmock')
| -rw-r--r-- | pkgs/development/python-modules/python-dbusmock/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/python-dbusmock/default.nix b/pkgs/development/python-modules/python-dbusmock/default.nix index a714260bda66..60e6f2e74552 100644 --- a/pkgs/development/python-modules/python-dbusmock/default.nix +++ b/pkgs/development/python-modules/python-dbusmock/default.nix @@ -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" ]; |
