python312Packages.schwifty: remove unnecessary pytest-cov

This commit is contained in:
natsukium
2024-11-12 09:51:14 +09:00
parent bf93f13ddf
commit e31fad4b17
@@ -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);