From 5658fbd1c58b674534e005ee807769879f0b733a052ad46cbdeff1fc78b71a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 25 Jan 2021 14:05:45 +0000 Subject: [PATCH] Accepting request 866527 from home:jayvdb:branches:devel:languages:python - Skip test test_sendfile_offset, failing on Python 3.6 OBS-URL: https://build.opensuse.org/request/show/866527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyuv?expand=0&rev=3 --- python-pyuv.changes | 5 +++++ python-pyuv.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pyuv.changes b/python-pyuv.changes index 7f77413..a7cebad 100644 --- a/python-pyuv.changes +++ b/python-pyuv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 25 10:01:53 UTC 2021 - John Vandenberg + +- Skip test test_sendfile_offset, failing on Python 3.6 + ------------------------------------------------------------------- Sun Oct 20 13:09:52 UTC 2019 - John Vandenberg diff --git a/python-pyuv.spec b/python-pyuv.spec index cea1547..cdea201 100644 --- a/python-pyuv.spec +++ b/python-pyuv.spec @@ -63,7 +63,8 @@ export CFLAGS="%{optflags}" %check mv pyuv .pyuv -%pytest_arch -k 'not (test_tty or test_getaddrinfo_service or test_getaddrinfo_service_bytes or UDPBroadcastTest or UDPTestMulticast)' +# test_sendfile_offset OOM on Python 3.6 +%pytest_arch -k 'not (test_tty or test_getaddrinfo_service or test_getaddrinfo_service_bytes or UDPBroadcastTest or UDPTestMulticast or test_sendfile_offset)' mv .pyuv pyuv %files %{python_files}