1
0

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:
Matej Cepl 2021-06-08 19:54:48 +00:00 committed by Git OBS Bridge
parent 88044c4f35
commit f09d9f8ee0
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -131,7 +131,8 @@ touch pytest.ini
%define skiptest_python3_only or test_read_boundary_with_incomplete_chunk
%endif
%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}
%license LICENSE.txt