diff --git a/python-uvicorn.changes b/python-uvicorn.changes index d448406..5082af5 100644 --- a/python-uvicorn.changes +++ b/python-uvicorn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 19 20:59:25 UTC 2022 - Ben Greiner + +- Disable testing with watchfiles + * We don't want it in Ring1-MinimalX + ------------------------------------------------------------------- Mon Jul 18 20:17:15 UTC 2022 - Ben Greiner diff --git a/python-uvicorn.spec b/python-uvicorn.spec index f457d02..f67b504 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -58,9 +58,10 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module trustme} BuildRequires: %{python_module typing_extensions if %python-base < 3.8} BuildRequires: %{python_module uvloop >= 0.14.0} -BuildRequires: %{python_module watchfiles >= 0.13} BuildRequires: %{python_module websockets >= 8.0} BuildRequires: %{python_module wsproto >= 0.15.0} +# We don't want watchfiles in Ring1 +#BuildRequires: #{python_module watchfiles >= 0.13} # /SECTION %python_subpackages @@ -89,14 +90,13 @@ rm setup.cfg %check # Required for reporting bugs %python_exec -m uvicorn --version -# Three wsproto upgrade related tests -# https://github.com/encode/uvicorn/issues/868 -%pytest -rs -k 'not (test_supported_upgrade_request or test_invalid_upgrade)' +%pytest %files %{python_files} %doc README.md %license LICENSE.md %python_alternative %{_bindir}/uvicorn -%{python_sitelib}/* +%{python_sitelib}/uvicorn +%{python_sitelib}/uvicorn-%{version}*-info %changelog