forked from pool/python-zeroconf
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:
committed by
Git OBS Bridge
parent
f8deecf013
commit
25aef74ad4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user