forked from pool/python-aiohttp
Accepting request 898538 from home:mcepl:branches:devel:languages:python
- Skip pyloop related tests, which are failing (gh#aio-libs/aiohttp#5787). OBS-URL: https://build.opensuse.org/request/show/898538 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=64
This commit is contained in:
parent
88044c4f35
commit
f09d9f8ee0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 8 19:15:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Skip pyloop related tests, which are failing
|
||||||
|
(gh#aio-libs/aiohttp#5787).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 13 21:58:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Thu May 13 21:58:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -131,7 +131,8 @@ touch pytest.ini
|
|||||||
%define skiptest_python3_only or test_read_boundary_with_incomplete_chunk
|
%define skiptest_python3_only or test_read_boundary_with_incomplete_chunk
|
||||||
%endif
|
%endif
|
||||||
%define skiptest_python36_only or test_read_boundary_with_incomplete_chunk
|
%define skiptest_python36_only or test_read_boundary_with_incomplete_chunk
|
||||||
%pytest_arch --ignore ./aiohttp -rs -k 'not (%{skiptest_allflavors} %{skiptest_$python_only})'
|
# pyloop because of gh#aio-libs/aiohttp#5787
|
||||||
|
%pytest_arch --ignore ./aiohttp -rs -k 'not (%{skiptest_allflavors} %{skiptest_$python_only} or pyloop)'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user