14
0

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
This commit is contained in:
Antoine Belvire
2022-06-25 15:42:56 +00:00
committed by Git OBS Bridge
parent f8deecf013
commit 25aef74ad4
2 changed files with 11 additions and 1 deletions

View File

@@ -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