diff --git a/pkgs/development/python-modules/schwifty/default.nix b/pkgs/development/python-modules/schwifty/default.nix index ca6beb124865..d94adfdc7ba7 100644 --- a/pkgs/development/python-modules/schwifty/default.nix +++ b/pkgs/development/python-modules/schwifty/default.nix @@ -18,7 +18,6 @@ # tests pytestCheckHook, - pytest-cov, pythonOlder, }: @@ -50,7 +49,6 @@ buildPythonPackage rec { }; nativeCheckInputs = [ - pytest-cov pytestCheckHook ] ++ lib.flatten (lib.attrValues optional-dependencies);