diff --git a/python-waitress.changes b/python-waitress.changes index 4f99fd3..5b66b36 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 18 20:45:25 UTC 2022 - Ben Greiner + +- Remove code coverage checking for packaging tests + ------------------------------------------------------------------- Tue May 31 03:16:03 UTC 2022 - Arun Persaud diff --git a/python-waitress.spec b/python-waitress.spec index e0344de..af1e0b8 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -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