15
0

Accepting request 959348 from home:pgajdos:python

- disable flaky test_terminate_thread_on_failed_reconnection and
  test_restart_failed_monitor

OBS-URL: https://build.opensuse.org/request/show/959348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=10
This commit is contained in:
2022-03-04 10:05:24 +00:00
committed by Git OBS Bridge
parent e41dc6a213
commit aa82152dc0
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