From 1d329a3888a086690405b93ff8c217cd3df39a8470555e2e7df45a37b94d360e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Feb 2022 15:59:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=12 --- python-anyio.spec | 3 +++ 1 file changed, 3 insertions(+) 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}