X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython3-aiohttp.git;a=blobdiff_plain;f=python3-aiohttp.spec;fp=python3-aiohttp.spec;h=6bda2cb7ab25f8e9d497a582fa6c5e1ae846f8ae;hp=aa2349ffc1da69979a4f42b43148800a485558d5;hb=33e3ae053a05a8e5595381915e689b60aaf3c9f5;hpb=6241f097953eb7442178d7a359c936375389b0be diff --git a/python3-aiohttp.spec b/python3-aiohttp.spec index aa2349f..6bda2cb 100644 --- a/python3-aiohttp.spec +++ b/python3-aiohttp.spec @@ -85,10 +85,12 @@ Dokumentacja API aiohttp. # test_data_stream_exc_chain uses network, fails # test_async_iterable_payload_default_content_type, test_async_iterable_payload_explicit_content_type fail with TypeError (need update?) # test_mark_formdata_as_processed requires network +# test_client_session_timeout_zero fails on builders +# test_requote_redirect_url_default uses network, fails %{__mv} tests/test_proxy_functional.py{,.disabled} # needs proxy_py binary PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ PYTEST_PLUGINS="pytest_cov.plugin,pytest_mock" \ -%{__python3} -m pytest tests -k 'not (test_data_stream_exc_chain or test_async_iterable_payload_default_content_type or test_async_iterable_payload_explicit_content_type or test_mark_formdata_as_processed or test_c_parser_loaded or test_aiohttp_plugin_async_fixture)' +%{__python3} -m pytest tests -k 'not (test_data_stream_exc_chain or test_async_iterable_payload_default_content_type or test_async_iterable_payload_explicit_content_type or test_mark_formdata_as_processed or test_c_parser_loaded or test_aiohttp_plugin_async_fixture or test_client_session_timeout_zero or test_requote_redirect_url_default)' %endif %if %{with doc}