Unverified Commit 900a2d40 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages: cleanup instances of `doCheck = true` (#351300)

parents e5dde606 266c1618
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ buildPythonPackage rec {
  };

  pythonImportsCheck = [ "anitopy" ];
  doCheck = true;

  meta = with lib; {
    description = "Python library for parsing anime video filenames";
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ buildPythonPackage rec {

  propagatedBuildInputs = [ pyclipper ];

  doCheck = true;
  nativeCheckInputs = [
    dotmap
    matplotlib
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ buildPythonPackage rec {
    uharfbuzz
  ];

  doCheck = true;
  nativeCheckInputs = [ unittestCheckHook ];
  unittestFlagsArray = [
    "-s"
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ buildPythonPackage rec {
    hash = "sha256-x3iUeOTAaTKNW5Y5foMPMJcWVxu52uYZoY3Hhe3UvQ4=";
  };

  doCheck = true;
  nativeCheckInputs = [ pytestCheckHook ];

  meta = with lib; {
+0 −2
Original line number Diff line number Diff line
@@ -77,8 +77,6 @@ buildPythonPackage rec {
    pytest7CheckHook
  ];

  doCheck = true;

  pythonImportsCheck = [ "commitizen" ];

  # The tests require a functional git installation
Loading