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
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Ignore flakey test (gh#jstasiak/python-zeroconf#1077).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,12 @@ does not force you to use a particular event loop or python-twisted.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%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}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user