OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=107
This commit is contained in:
parent
80453ee8c0
commit
1b53516fd9
@ -45,7 +45,6 @@ Suggests: %{name}-doc
|
|||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
BuildRequires: %{python_module devel >= 3.9}
|
BuildRequires: %{python_module devel >= 3.9}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module python-on-whales}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
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"
|
donttest+=" or test_https_proxy_unsupported_tls_in_tls"
|
||||||
# not running under pytest ?!
|
# not running under pytest ?!
|
||||||
donttest+=" or test_circular_imports"
|
donttest+=" or test_circular_imports"
|
||||||
|
# requires python-on-whales
|
||||||
|
rm -v tests/autobahn/test_autobahn.py
|
||||||
test -d aiohttp && mv aiohttp aiohttp.bkp
|
test -d aiohttp && mv aiohttp aiohttp.bkp
|
||||||
%pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest ${$python_donttest})"
|
%pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest ${$python_donttest})"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user