From 7c9a1fc825bb51a5ab30475017c76f4cac7abfbc6d967b47404bc2cae7b0f58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 8 Jan 2021 15:39:15 +0000 Subject: [PATCH] Accepting request 861746 from home:mcalabkova:branches:devel:languages:python - Skip test incompatible with new pytest 6.2 OBS-URL: https://build.opensuse.org/request/show/861746 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=19 --- python-trio.changes | 5 +++++ python-trio.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-trio.changes b/python-trio.changes index effc7db..f9fddd6 100644 --- a/python-trio.changes +++ b/python-trio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 8 15:30:04 UTC 2021 - Markéta Machová + +- Skip test incompatible with new pytest 6.2 + ------------------------------------------------------------------- Sun Oct 11 15:36:02 UTC 2020 - John Vandenberg diff --git a/python-trio.spec b/python-trio.spec index b68e388..4f5d528 100644 --- a/python-trio.spec +++ b/python-trio.spec @@ -1,7 +1,7 @@ # # spec file for package python-trio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -85,7 +85,8 @@ sed -i '1{/^#!/d}' trio/_tools/gen_exports.py # pointless for us. # test_SSLStream_generic deadlocks in OBS # test_close_at_bad_time_for_send_all fails on PPC https://github.com/python-trio/trio/issues/1753 -%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_close_at_bad_time_for_send_all)' +# test_fallback_when_no_hook_claims_it is incompatible with pytest 6.2 https://github.com/python-trio/trio/issues/1843 +%pytest -k 'not (test_static_tool_sees_all_symbols or test_SSLStream_generic or test_close_at_bad_time_for_send_all or test_fallback_when_no_hook_claims_it)' %files %{python_files} %doc README.rst