beetsPackages.filetote: remove optional-dependencies attrset

This package is broken for a while and this information has no value
whatsoever.
This commit is contained in:
Doron Behar
2025-10-27 15:38:23 +02:00
parent 49b946ccb8
commit a0b1e33b63
+7 -22
View File
@@ -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: