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}