From a0b1e33b63ea7f7c607cd684a528d34403a9007a Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 16 Oct 2025 12:08:56 +0300 Subject: [PATCH] beetsPackages.filetote: remove optional-dependencies attrset This package is broken for a while and this information has no value whatsoever. --- pkgs/tools/audio/beets/plugins/filetote.nix | 29 +++++---------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/pkgs/tools/audio/beets/plugins/filetote.nix b/pkgs/tools/audio/beets/plugins/filetote.nix index d2874e930cbc..2d52e70430af 100644 --- a/pkgs/tools/audio/beets/plugins/filetote.nix +++ b/pkgs/tools/audio/beets/plugins/filetote.nix @@ -38,34 +38,19 @@ python3Packages.buildPythonApplication rec { typeguard ]; - optional-dependencies = { - lint = with python3Packages; [ - black - check-manifest - flake8 - flake8-bugbear - flake8-bugbear-pyi - isort - mypy - pylint - typing_extensions - ]; - test = with python3Packages; [ + nativeCheckInputs = + with python3Packages; + [ + pytestCheckHook beetsPackages.audible mediafile - pytest reflink toml typeguard + ] + ++ [ + writableTmpDirAsHomeHook ]; - dev = optional-dependencies.lint ++ optional-dependencies.test ++ [ python3Packages.tox ]; - }; - - nativeCheckInputs = [ - python3Packages.pytestCheckHook - writableTmpDirAsHomeHook - ] - ++ optional-dependencies.test; pytestFlags = [ # This is the same as: