X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=python3-aiohttp.spec;h=01c70a163982f1493e2ab262ee68c515885cd4d7;hb=refs%2Ftags%2Fauto%2Fth%2Fpython3-aiohttp-3.7.3-1;hp=a7ee4b4d6a4ad95592ded4ebc8a5c632bb63e61e;hpb=de4910457e8a30c9e22e9d64c2d5a72b6f045a74;p=packages%2Fpython3-aiohttp.git diff --git a/python3-aiohttp.spec b/python3-aiohttp.spec index a7ee4b4..01c70a1 100644 --- a/python3-aiohttp.spec +++ b/python3-aiohttp.spec @@ -24,6 +24,7 @@ BuildRequires: python3-async_timeout >= 3.0 BuildRequires: python3-attrs >= 17.3.0 BuildRequires: python3-brotli BuildRequires: python3-chardet >= 2.0 +BuildRequires: python3-freezegun BuildRequires: python3-gunicorn %if "%{py3_ver}" < "3.7" BuildRequires: python3-idna-ssl @@ -87,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}