diff --git a/python-aiohttp.spec b/python-aiohttp.spec index b982e29..0eab653 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -45,7 +45,6 @@ Suggests: %{name}-doc BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} -BuildRequires: %{python_module python-on-whales} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -132,6 +131,8 @@ donttest+=" or test_client_session_timeout_zero or test_requote_redirect_url_def donttest+=" or test_https_proxy_unsupported_tls_in_tls" # not running under pytest ?! donttest+=" or test_circular_imports" +# requires python-on-whales +rm -v tests/autobahn/test_autobahn.py test -d aiohttp && mv aiohttp aiohttp.bkp %pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest ${$python_donttest})"