Loading pkgs/applications/audio/mopidy/spotify.nix +4 −19 Original line number Diff line number Diff line Loading @@ -26,26 +26,11 @@ pythonPackages.buildPythonApplication rec { pythonPackages.requests ]; optional-dependencies = { lint = with pythonPackages; [ black check-manifest flake8 flake8-bugbear isort nativeCheckInputs = [ pythonPackages.pytestCheckHook pythonPackages.responses ]; test = with pythonPackages; [ pytest pytest-cov responses ]; dev = optional-dependencies.lint ++ optional-dependencies.test ++ [ pythonPackages.tox ]; }; nativeCheckInputs = [ pythonPackages.pytestCheckHook ] ++ optional-dependencies.test; pythonImportsCheck = [ "mopidy_spotify" ]; passthru = { Loading Loading
pkgs/applications/audio/mopidy/spotify.nix +4 −19 Original line number Diff line number Diff line Loading @@ -26,26 +26,11 @@ pythonPackages.buildPythonApplication rec { pythonPackages.requests ]; optional-dependencies = { lint = with pythonPackages; [ black check-manifest flake8 flake8-bugbear isort nativeCheckInputs = [ pythonPackages.pytestCheckHook pythonPackages.responses ]; test = with pythonPackages; [ pytest pytest-cov responses ]; dev = optional-dependencies.lint ++ optional-dependencies.test ++ [ pythonPackages.tox ]; }; nativeCheckInputs = [ pythonPackages.pytestCheckHook ] ++ optional-dependencies.test; pythonImportsCheck = [ "mopidy_spotify" ]; passthru = { Loading