Unverified Commit 9cfd1419 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

git-buildpackage: don't test coverage (#502278)

parents 25d0442b c6eb2c88
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
  ]);