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}