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