From c9d8efe47c835babffe63752c4929e6757a8ff31e29aab23a0aee316befc5865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Dec 2022 10:17:24 +0000 Subject: [PATCH] Accepting request 1042556 from home:pgajdos:python - disable flaky test_timeout_generator OBS-URL: https://build.opensuse.org/request/show/1042556 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=12 --- python-python-utils.changes | 5 +++++ python-python-utils.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-python-utils.changes b/python-python-utils.changes index 214678e..5706782 100644 --- a/python-python-utils.changes +++ b/python-python-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 13 07:43:32 UTC 2022 - pgajdos@suse.com + +- disable flaky test_timeout_generator + ------------------------------------------------------------------- Mon Dec 12 15:15:16 UTC 2022 - pgajdos@suse.com diff --git a/python-python-utils.spec b/python-python-utils.spec index a6f27cc..5d1c14f 100644 --- a/python-python-utils.spec +++ b/python-python-utils.spec @@ -52,7 +52,8 @@ classes which make common patterns shorter and easier. %check mv pytest.ini{,.hide} -%pytest +skip='test_timeout_generator' # obs rq#1042418 +%pytest -k "not $skip" mv pytest.ini{.hide,} %files %{python_files}