Accepting request 959365 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/959365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fritzconnection?expand=0&rev=6
This commit is contained in:
commit
34faa834b5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 4 08:55:03 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- disable flaky test_terminate_thread_on_failed_reconnection and
|
||||
test_restart_failed_monitor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 23 15:57:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -63,7 +63,8 @@ export LC_ALL=C.utf-8
|
||||
|
||||
# Don't run functional tests that require connections to a physical fritzbox router
|
||||
rm fritzconnection/tests/test_functional.py
|
||||
%pytest
|
||||
# https://github.com/kbr/fritzconnection/issues/154
|
||||
%pytest -k 'not (test_terminate_thread_on_failed_reconnection or test_restart_failed_monitor)'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user