]> git.pld-linux.org Git - packages/python3-aiohttp.git/commitdiff
- disable test requiring network auto/th/python3-aiohttp-3.7.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Feb 2021 06:25:06 +0000 (07:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Feb 2021 06:25:06 +0000 (07:25 +0100)
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?)
 %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" \
 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}
 %endif
 
 %if %{with doc}
This page took 0.178973 seconds and 4 git commands to generate.