From f09d9f8ee0009e4178dcc6b0c7832d9c70ec607bab32f5bf69813012e862b84b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Jun 2021 19:54:48 +0000 Subject: [PATCH] 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 --- python-aiohttp.changes | 6 ++++++ python-aiohttp.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index e1b78c6..ae4add7 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 8 19:15:11 UTC 2021 - Matej Cepl + +- Skip pyloop related tests, which are failing + (gh#aio-libs/aiohttp#5787). + ------------------------------------------------------------------- Thu May 13 21:58:35 UTC 2021 - Matej Cepl diff --git a/python-aiohttp.spec b/python-aiohttp.spec index d1214a5..b7610ca 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -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