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}