From d519806b6e9fc6b11ccd60d4b3048e763788230a8de5b5136b5a50612f0254e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 16 Dec 2022 15:19:18 +0000 Subject: [PATCH] Accepting request 1043350 from home:mcalabkova:branches:devel:languages:python - Skip trio exception tests for now * https://github.com/agronholm/anyio/issues/508 * https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5eac4e96 OBS-URL: https://build.opensuse.org/request/show/1043350 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=19 --- python-anyio.changes | 7 +++++++ python-anyio.spec | 2 ++ 2 files changed, 9 insertions(+) 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}