diff --git a/python-uvicorn.spec b/python-uvicorn.spec index de9e5f9..e9b68dc 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -20,7 +20,7 @@ HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.} Name: python-%{pkgname} Version: 0.15.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The lightning-fast ASGI server License: BSD URL: https://www.uvicorn.org @@ -67,7 +67,7 @@ rm -rf %{eggname}.egg-info %if %{with tests} %check -%pytest --verbose +%pytest --verbose -W 'default::DeprecationWarning' %endif @@ -80,6 +80,9 @@ rm -rf %{eggname}.egg-info %changelog +* Thu Jul 14 2022 Benjamin A. Beasley - 0.15.0-3 +- Do not treat a DeprecationWarning in the tests as an error (fix RHBZ#2099139) + * Fri Jan 21 2022 Fedora Release Engineering - 0.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild