Unverified Commit e31fad4b authored by natsukium's avatar natsukium
Browse files

python312Packages.schwifty: remove unnecessary pytest-cov

parent bf93f13d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);