- Remove pytest-asyncio dependency which is actually harmful
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=65
This commit is contained in:
parent
f09d9f8ee0
commit
241b3a214a
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 8 19:15:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Tue Jun 8 19:15:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
- Skip pyloop related tests, which are failing
|
- Remove pytest-asyncio dependency which is actually harmful
|
||||||
(gh#aio-libs/aiohttp#5787).
|
(gh#aio-libs/aiohttp#5787).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -64,7 +64,6 @@ BuildRequires: %{python_module async_generator}
|
|||||||
BuildRequires: %{python_module brotlipy}
|
BuildRequires: %{python_module brotlipy}
|
||||||
BuildRequires: %{python_module gunicorn}
|
BuildRequires: %{python_module gunicorn}
|
||||||
BuildRequires: %{python_module pluggy}
|
BuildRequires: %{python_module pluggy}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@ -132,7 +131,7 @@ touch pytest.ini
|
|||||||
%endif
|
%endif
|
||||||
%define skiptest_python36_only or test_read_boundary_with_incomplete_chunk
|
%define skiptest_python36_only or test_read_boundary_with_incomplete_chunk
|
||||||
# pyloop because of gh#aio-libs/aiohttp#5787
|
# pyloop because of gh#aio-libs/aiohttp#5787
|
||||||
%pytest_arch --ignore ./aiohttp -rs -k 'not (%{skiptest_allflavors} %{skiptest_$python_only} or pyloop)'
|
%pytest_arch --ignore ./aiohttp -rs -k 'not (%{skiptest_allflavors} %{skiptest_$python_only})'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user