From 6cc0fdae53d5104333ec8afaeecb2eb36c09e55ffe2afb62591e94299d16c44c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Nov 2023 15:50:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=34 --- python-anyio.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-anyio.spec b/python-anyio.spec index 1592393..e2887c6 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -90,6 +90,9 @@ donttest+=" or (TestTLSStream and test_ragged_eofs)" donttest+=" or (test_send_eof_not_implemented)" %endif donttest+=" or (test_exception_group and trio)" +# Fail with python 3.12 +donttest+=" or (test_properties and trio)" +donttest+=" or (test_properties and asyncio)" %pytest -m "not network" -k "not (${donttest:4})" -ra %files %{python_files}