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