From bdc527c5e4d9c8f161360db6d931586a371bf0c9 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jan 26 2022 15:31:20 +0000 Subject: spec: add pytest-cov BR The build process was failing because `pytest --cov*` arguments are unknown when the `pytest-cov` plugin is not installed. This will make the build process understand the `--cov*` args. It will not measure test coverage, so this has no performance impact. Fixes: https://pagure.io/fedora-qa/blockerbugs/issue/217 --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 94b143f..e90850a 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -34,6 +34,7 @@ Requires: python3-koji BuildRequires: python3-bodhi-client BuildRequires: python3-pytest +BuildRequires: python3-pytest-cov BuildRequires: python3-devel >= 3.9 BuildRequires: python3-setuptools BuildRequires: python3-munch