Loading pkgs/os-specific/linux/autosuspend/default.nix +14 −13 Original line number Diff line number Diff line Loading @@ -22,26 +22,27 @@ python3.pkgs.buildPythonApplication rec { ''; propagatedBuildInputs = with python3.pkgs; [ dbus-python icalendar jsonpath-ng lxml mpd2 portalocker psutil dbus-python python-dateutil pytz requests requests-file tzlocal ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook python-dbusmock pytest-httpserver dateutils freezegun pytest-mock requests requests-file icalendar tzlocal jsonpath-ng mpd2 lxml pytest-datadir pytest-httpserver pytest-mock pytestCheckHook python-dbusmock ]; # Disable tests that need root Loading Loading
pkgs/os-specific/linux/autosuspend/default.nix +14 −13 Original line number Diff line number Diff line Loading @@ -22,26 +22,27 @@ python3.pkgs.buildPythonApplication rec { ''; propagatedBuildInputs = with python3.pkgs; [ dbus-python icalendar jsonpath-ng lxml mpd2 portalocker psutil dbus-python python-dateutil pytz requests requests-file tzlocal ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook python-dbusmock pytest-httpserver dateutils freezegun pytest-mock requests requests-file icalendar tzlocal jsonpath-ng mpd2 lxml pytest-datadir pytest-httpserver pytest-mock pytestCheckHook python-dbusmock ]; # Disable tests that need root Loading