Commit c6eb2c88 authored by Robert Schütz's avatar Robert Schütz
Browse files

git-buildpackage: don't test coverage

parent 87d58028
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ python3Packages.buildPythonApplication (finalAttrs: {
    "gbp"
  ];

  # don't add pytest and pytest-cov to setup_requires
  env.WITHOUT_PYTESTS = true;

  nativeCheckInputs = [
    debian-devscripts
    dpkg
@@ -56,8 +59,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    man
  ]
  ++ (with python3Packages; [
    coverage
    pytest-cov
    pytest-cov-stub
    pytestCheckHook
  ]);