]> git.pld-linux.org Git - packages/python3-aiohttp.git/blobdiff - python3-aiohttp.spec
- more broken tests
[packages/python3-aiohttp.git] / python3-aiohttp.spec
index aa2349ffc1da69979a4f42b43148800a485558d5..6bda2cb7ab25f8e9d497a582fa6c5e1ae846f8ae 100644 (file)
@@ -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_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" \
 %{__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}
 %endif
 
 %if %{with doc}
This page took 0.088844 seconds and 4 git commands to generate.