From 33e3ae053a05a8e5595381915e689b60aaf3c9f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 29 Nov 2021 22:18:39 +0100 Subject: [PATCH 1/1] - more broken tests --- python3-aiohttp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- 2.44.0