]> git.pld-linux.org Git - packages/python3-aiohttp.git/blobdiff - python3-aiohttp.spec
- disable test requiring network
[packages/python3-aiohttp.git] / python3-aiohttp.spec
index b83ae59cf77897686cb3f8ea3e60854809e6bc09..01c70a163982f1493e2ab262ee68c515885cd4d7 100644 (file)
@@ -88,9 +88,10 @@ Dokumentacja API aiohttp.
 %if %{with tests}
 # 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
 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)'
+%{__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)'
 %endif
 
 %if %{with doc}
This page took 0.060775 seconds and 4 git commands to generate.