diff --git a/python-anyio.changes b/python-anyio.changes index 2280507..d2f6d21 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 16 15:06:08 UTC 2022 - Markéta Machová + +- Skip trio exception tests for now + * https://github.com/agronholm/anyio/issues/508 + * https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5eac4e96 + ------------------------------------------------------------------- Mon Nov 21 21:04:03 UTC 2022 - Dirk Müller diff --git a/python-anyio.spec b/python-anyio.spec index 354d9e7..1cb1429 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -84,6 +84,8 @@ donttest+=" or (TestTCPStream and test_connection_refused)" %if 0%{?suse_version} < 1550 donttest+=" or (test_send_eof_not_implemented)" %endif +# anyio 3.6.2 and lower is broken with new trio, some tests fail https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5eac4e96 +donttest+=" or (test_exception_group and trio)" %pytest -m "not network" -k "not (${donttest:4})" -ra %files %{python_files}