[packages/python3-aiohttp] - more broken tests

baggins baggins at pld-linux.org
Mon Nov 29 22:18:49 CET 2021


commit 33e3ae053a05a8e5595381915e689b60aaf3c9f5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Nov 29 22:18:39 2021 +0100

    - 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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-aiohttp.git/commitdiff/33e3ae053a05a8e5595381915e689b60aaf3c9f5



More information about the pld-cvs-commit mailing list