From 25aef74ad4a82bbfad6cb3bbce22e95c82ce1e115dfd4a95770f5ea5cd2baa4e Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Sat, 25 Jun 2022 15:42:56 +0000 Subject: [PATCH] Accepting request 985060 from home:1Antoine1:branches:devel:languages:python - Ignore flakey test (gh#jstasiak/python-zeroconf#1077). OBS-URL: https://build.opensuse.org/request/show/985060 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=61 --- python-zeroconf.changes | 5 +++++ python-zeroconf.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-zeroconf.changes b/python-zeroconf.changes index adb087b..79937e3 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire + +- Ignore flakey test (gh#jstasiak/python-zeroconf#1077). + ------------------------------------------------------------------- Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 6437050..e5b6c56 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -56,7 +56,12 @@ does not force you to use a particular event loop or python-twisted. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest tests -k 'not (test_integration_with_listener_ipv6 or test_launch or test_close_multiple_times)' +# Skip tests: +# - test_integration_with_listener_ipv6: Requires network access +# - test_launch*: Require network access +# - test_close_multiple_times: Requires network access +# - test_service_browser_expire_callbacks: Flakey (gh#jstasiak/python-zeroconf#1077) +%pytest tests -k 'not (test_integration_with_listener_ipv6 or test_launch or test_close_multiple_times or test_service_browser_expire_callbacks)' %files %{python_files} %doc README.rst