14
0

Accepting request 998036 from home:bnavigator:branches:devel:languages:python

- Remove code coverage checking for packaging tests

OBS-URL: https://build.opensuse.org/request/show/998036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=54
This commit is contained in:
2022-08-19 06:43:19 +00:00
committed by Git OBS Bridge
parent a1a3321e5c
commit b729d343c5
2 changed files with 8 additions and 4 deletions

View File

@@ -45,7 +45,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
BuildArch: noarch
%if "%{flavor}" == ""
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
%if %{with libalternatives}
@@ -76,6 +75,7 @@ http://docs.pylonsproject.org/projects/waitress/en/latest/ .
%prep
%setup -q -n waitress-%{version}
sed -i '/addopts/d' setup.cfg
%build
%python_build
@@ -103,9 +103,8 @@ http://docs.pylonsproject.org/projects/waitress/en/latest/ .
%license LICENSE.txt
%doc COPYRIGHT.txt README.rst
%python_alternative %{_bindir}/waitress-serve
%dir %{python_sitelib}/waitress
%{python_sitelib}/waitress/*
%{python_sitelib}/waitress-%{version}-py*.egg-info
%{python_sitelib}/waitress
%{python_sitelib}/waitress-%{version}*-info
%else