diff --git a/python-anyio.changes b/python-anyio.changes index ab3e259..8606fb2 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 15 16:06:39 UTC 2022 - Dirk Müller + +- skip some tests for older distros (lack of TLSv1.3 support) + ------------------------------------------------------------------- Sat Jan 15 16:36:24 UTC 2022 - Dirk Müller diff --git a/python-anyio.spec b/python-anyio.spec index 566e76f..b152d86 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -81,6 +81,9 @@ donttest+=" or (TestUDPSocket and (ipv4 or ipv6))" # wrong localhost address donttest+=" or (TestTCPStream and test_happy_eyeballs)" donttest+=" or (TestTCPStream and test_connection_refused)" +%if 0%{?suse_version} < 1550 +donttest+=" or (test_send_eof_not_implemented)" +%endif %pytest -m "not network" -k "not (${donttest:4})" -ra %files %{python_files}