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:
Dominique Leuenberger 2022-03-04 19:17:05 +00:00 committed by Git OBS Bridge
commit 34faa834b5
2 changed files with 8 additions and 1 deletions

View File

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

View File

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