14
0

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
This commit is contained in:
2022-12-13 10:17:24 +00:00
committed by Git OBS Bridge
parent d61f28b047
commit c9d8efe47c
2 changed files with 7 additions and 1 deletions

View File

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